Subversion Repositories Kolibri OS

Rev

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

Rev 38 Rev 41
Line 499... Line 499...
499
 
499
 
Line 500... Line 500...
500
    ; check that button start is inside window x/y end
500
    ; check that button start is inside window x/y end
501
 
501
 
-
 
502
    movzx ebx,word [eax+0]
-
 
503
    shl   ebx,5
-
 
504
 
-
 
505
        test    [ebx+window_data+WDATA.fl_wstate],WSTATE_MINIMIZED
502
    movzx ebx,word [eax+0]
506
        jnz     buttonnewcheck
503
    shl   ebx,5
507
 
504
;    add   ebx,window_data
508
;    add   ebx,window_data
505
;    mov   ecx,[window_data+ebx+8]          ; window end X
509
;    mov   ecx,[window_data+ebx+8]          ; window end X
506
    movzx edx,word [eax+4]     ; button start X
510
    movzx edx,word [eax+4]     ; button start X