Subversion Repositories Kolibri OS

Rev

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

Rev 3539 Rev 3545
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
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3539 $
8
$Revision: 3545 $
9
 
9
 
10
 
10
 
Line 397... Line 397...
397
EVENT_BACKGROUND   equ 0x00000010
397
EVENT_BACKGROUND   equ 0x00000010
398
EVENT_MOUSE        equ 0x00000020
398
EVENT_MOUSE        equ 0x00000020
399
EVENT_IPC          equ 0x00000040
399
EVENT_IPC          equ 0x00000040
400
EVENT_NETWORK      equ 0x00000080
400
EVENT_NETWORK      equ 0x00000080
401
EVENT_DEBUG        equ 0x00000100
401
EVENT_DEBUG        equ 0x00000100
-
 
402
EVENT_NETWORK2     equ 0x00000200
402
EVENT_EXTENDED     equ 0x00000200
403
EVENT_EXTENDED     equ 0x00000400
Line 403... Line 404...
403
 
404
 
Line 404... Line 405...
404
EV_INTR            equ 1
405
EV_INTR            equ 1
405
 
406