Subversion Repositories Kolibri OS

Rev

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

Rev 3520 Rev 3537
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: 3520 $
8
$Revision: 3537 $
9
 
9
 
10
 
10
 
Line 235... Line 235...
235
COLOR_TEMP          equ (OS_BASE+0x000FB30)
235
COLOR_TEMP          equ (OS_BASE+0x000FB30)
236
BTN_DOWN            equ (OS_BASE+0x000FB40)
236
BTN_DOWN            equ (OS_BASE+0x000FB40)
237
MOUSE_DOWN          equ (OS_BASE+0x000FB44)
237
MOUSE_DOWN          equ (OS_BASE+0x000FB44)
238
X_UNDER             equ (OS_BASE+0x000FB4A)
238
X_UNDER             equ (OS_BASE+0x000FB4A)
239
Y_UNDER             equ (OS_BASE+0x000FB4C)
239
Y_UNDER             equ (OS_BASE+0x000FB4C)
240
ScreenBPP           equ (OS_BASE+0x000FBF1)
-
 
Line 241... Line 240...
241
 
240
 
242
;unused ? only one reference
241
;unused ? only one reference
Line 243... Line 242...
243
MOUSE_BUFF_COUNT    equ (OS_BASE+0x000FCFF)
242
MOUSE_BUFF_COUNT    equ (OS_BASE+0x000FCFF)