Subversion Repositories Kolibri OS

Rev

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

Rev 2455 Rev 2463
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 2455 $
8
$Revision: 2463 $
Line 9... Line 9...
9
 
9
 
Line 388... Line 388...
388
        add     ebx, 0*65536-1
388
        add     ebx, 0*65536-1
389
        test    ax, ax
389
        test    ax, ax
390
        js      no_skin_add_button
390
        js      no_skin_add_button
391
        test    bx, bx
391
        test    bx, bx
392
        js      no_skin_add_button
392
        js      no_skin_add_button
-
 
393
        test    [edi + WDATA.fl_wstate], WSTATE_ROLLEDUP
-
 
394
        jnz     @f
393
        call    draw_rectangle
395
        call    draw_rectangle
-
 
396
;--------------------------------------
-
 
397
align 4
394
 
398
@@:
395
        cmp     dword[skin_data], 'SKIN'
399
        cmp     dword[skin_data], 'SKIN'
396
        je      @f
400
        je      @f
397
        xor     eax, eax
401
        xor     eax, eax
398
        xor     ebx, ebx
402
        xor     ebx, ebx
399
        mov     esi, [esp]
403
        mov     esi, [esp]