Subversion Repositories Kolibri OS

Rev

Rev 9926 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9926 Rev 9949
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. 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: 9926 $
8
$Revision: 9949 $
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 385... Line 385...
385
align 4
385
align 4
386
get_event_queue:
386
get_event_queue:
387
;info:
387
;info:
388
;   client testing function for get_event_ex
388
;   client testing function for get_event_ex
389
;warning:
389
;warning:
390
;  -don't use [TASK_BASE],[current_slot],[current_slot_idx] - it is not for your slot
390
;  -don't use [current_slot],[current_slot_idx] - it is not for your slot
391
;  -may be assumed, that interrupt are disabled
391
;  -may be assumed, that interrupt are disabled
392
;  -it is not restriction for scratched registers
392
;  -it is not restriction for scratched registers
393
;param:
393
;param:
394
;   ebx - APPDATA address of testing slot
394
;   ebx - APPDATA address of testing slot
395
;retval:
395
;retval:
Line 406... Line 406...
406
align 4
406
align 4
407
get_event_alone:
407
get_event_alone:
408
;info:
408
;info:
409
;   client testing function for wait_event
409
;   client testing function for wait_event
410
;warning:
410
;warning:
411
;  -don't use [TASK_BASE],[current_slot],[current_slot_idx] - it is not for your slot
411
;  -don't use [current_slot],[current_slot_idx] - it is not for your slot
412
;  -may be assumed, that interrupt are disabled
412
;  -may be assumed, that interrupt are disabled
413
;  -it is not restriction for scratched registers
413
;  -it is not restriction for scratched registers
414
;param:
414
;param:
415
;   ebx - APPDATA address of testing slot
415
;   ebx - APPDATA address of testing slot
416
;retval:
416
;retval:
Line 498... Line 498...
498
align 4
498
align 4
499
get_event_for_app:                                 ;; used from f10,f11,f23
499
get_event_for_app:                                 ;; used from f10,f11,f23
500
;info:
500
;info:
501
;   client testing function for applications (f10,f23)
501
;   client testing function for applications (f10,f23)
502
;warning:
502
;warning:
503
;  -don't use [TASK_BASE],[current_slot],[current_slot_idx] - it is not for your slot
503
;  -don't use [current_slot],[current_slot_idx] - it is not for your slot
504
;  -may be assumed, that interrupt are disabled
504
;  -may be assumed, that interrupt are disabled
505
;  -it is not restriction for scratched registers
505
;  -it is not restriction for scratched registers
506
;param:
506
;param:
507
;   ebx - APPDATA address of testing slot
507
;   ebx - APPDATA address of testing slot
508
;retval:
508
;retval: