Subversion Repositories Kolibri OS

Rev

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

Rev 1334 Rev 1341
Line 4... Line 4...
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
$Revision: 1334 $
9
$Revision: 1341 $
Line 246... Line 246...
246
        and     eax, 0x00ffffff
246
        and     eax, 0x00ffffff
247
        cmp     edx, eax
247
        cmp     edx, eax
248
        jne     .next_button
248
        jne     .next_button
Line 249... Line 249...
249
 
249
 
-
 
250
        ; okay, undefine it
250
        ; okay, undefine it
251
        push    ebx
251
        mov     ebx, esi
252
        mov     ebx, esi
252
        lea     eax, [esi + SYS_BUTTON.sizeof]
253
        lea     eax, [esi + SYS_BUTTON.sizeof]
253
        call    memmove
254
        call    memmove
254
        dec     dword[edi]
255
        dec     dword[edi]
-
 
256
        add     ecx, -SYS_BUTTON.sizeof
255
        add     ecx, -SYS_BUTTON.sizeof
257
        pop     ebx
Line 256... Line 258...
256
        jmp     .next_button
258
        jmp     .next_button
257
 
259