Subversion Repositories Kolibri OS

Rev

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

Rev 8111 Rev 9486
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 8111 $
8
$Revision: 9486 $
9
 
9
 
10
include "core/sync.inc"         ; macros for synhronization objects
10
include "core/sync.inc"         ; macros for synhronization objects
11
include "core/sys32.inc"        ; process management
11
include "core/sys32.inc"        ; process management
Line 45... Line 45...
45
include "gui/event.inc"
45
include "gui/event.inc"
46
include "gui/font.inc"
46
include "gui/font.inc"
47
include "gui/button.inc"
47
include "gui/button.inc"
48
include "gui/mouse.inc"         ; cursor
48
include "gui/mouse.inc"         ; cursor
49
include "gui/skincode.inc"      ; windows' skin
49
include "gui/skincode.inc"      ; windows' skin
-
 
50
include "gui/background.inc"
Line 50... Line 51...
50
 
51
 
51
include "hid/keyboard.inc"
52
include "hid/keyboard.inc"
52
include "hid/mousedrv.inc"
53
include "hid/mousedrv.inc"