Subversion Repositories Kolibri OS

Rev

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

Rev 102 Rev 105
Line 870... Line 870...
870
        shl    edi, 5
870
        shl    edi, 5
871
        cmp    [0x3000 + edi + 0xa], byte 9  ; skip dead slots
871
        cmp    [0x3000 + edi + 0xa], byte 9  ; skip dead slots
872
        je     .check_next_window
872
        je     .check_next_window
873
        add    edi, window_data
873
        add    edi, window_data
874
        call   waredraw
874
        call   waredraw
875
        mov    [0xf400], byte 0
-
 
876
        mov    [0xf500], byte 0
-
 
877
 .nothing_to_activate:
875
 .nothing_to_activate:
878
        popad
876
        popad
879
 .dont_activate:
877
 .dont_activate:
Line 880... Line 878...
880
 
878