Subversion Repositories Kolibri OS

Rev

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

Rev 3390 Rev 3396
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
;; 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3390 $
8
$Revision: 3396 $
9
 
9
 
10
WINDOW_MOVE_AND_RESIZE_FLAGS = \
10
WINDOW_MOVE_AND_RESIZE_FLAGS = \
11
  mouse.WINDOW_RESIZE_N_FLAG + \
11
  mouse.WINDOW_RESIZE_N_FLAG + \
Line 317... Line 317...
317
        call    DummyTest
317
        call    DummyTest
318
        mov     ebx, ecx
318
        mov     ebx, ecx
319
        mov     ecx, eax             ; wait_param
319
        mov     ecx, eax             ; wait_param
320
        mov     edx, get_event_alone ; wait_test
320
        mov     edx, get_event_alone ; wait_test
321
        call    Wait_events_ex
321
        call    Wait_events_ex
-
 
322
        test    eax, eax
322
        jmp     wait_finish
323
        jnz     wait_finish
-
 
324
        ret
323
;-----------------------------------------------------------------------------
325
;-----------------------------------------------------------------------------
324
align 4
326
align 4
325
get_event_ex:                                      ;; f68:14
327
get_event_ex:                                      ;; f68:14
326
;info:
328
;info:
327
;   Îæèäàíèå ëþáîãî ñîáûòèÿ â î÷åðåäè EventList òåêóùåãî ñëîòà
329
;   Îæèäàíèå ëþáîãî ñîáûòèÿ â î÷åðåäè EventList òåêóùåãî ñëîòà