Subversion Repositories Kolibri OS

Rev

Rev 2439 | Rev 2467 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2439 Rev 2465
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2439 $
8
$Revision: 2465 $
Line 9... Line 9...
9
 
9
 
Line 399... Line 399...
399
        mov     esi, [esp]
399
        mov     esi, [esp]
400
        mov     ecx, [esi+WDATA.box.width]
400
        mov     ecx, [esi+WDATA.box.width]
401
        inc     ecx
401
        inc     ecx
402
        mov     edx, [_skinh]
402
        mov     edx, [_skinh]
403
        mov     edi, [common_colours+4]; standard grab color
403
        mov     edi, [common_colours+4]; standard grab color
404
        call    [drawbar]
404
;        call    [drawbar]
-
 
405
        call    vesa20_drawbar
405
        jmp     draw_clientbar
406
        jmp     draw_clientbar
406
;--------------------------------------
407
;--------------------------------------
407
align 4
408
align 4
408
@@:
409
@@:
409
        mov     al, [esp+32+4+4]
410
        mov     al, [esp+32+4+4]
Line 426... Line 427...
426
        sub     ecx, 4
427
        sub     ecx, 4
427
        sub     edx, 4
428
        sub     edx, 4
428
        mov     edi, [esi+WDATA.cl_workarea]
429
        mov     edi, [esi+WDATA.cl_workarea]
429
        test    edi, 0x40000000
430
        test    edi, 0x40000000
430
        jnz     _noinside2
431
        jnz     _noinside2
431
        call    [drawbar]
432
;        call    [drawbar]
-
 
433
        call    vesa20_drawbar
432
;--------------------------------------
434
;--------------------------------------
433
align 4
435
align 4
434
_noinside2:
436
_noinside2:
435
        cmp     dword[skin_data], 'SKIN'
437
        cmp     dword[skin_data], 'SKIN'
436
        jne     no_skin_add_button
438
        jne     no_skin_add_button