Subversion Repositories Kolibri OS

Rev

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

Rev 3481 Rev 3504
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: 3481 $
8
$Revision: 3504 $
9
 
9
 
10
 
10
 
Line 257... Line 257...
257
REDRAW_BACKGROUND   equ (OS_BASE+0x000FFF0)
257
REDRAW_BACKGROUND   equ (OS_BASE+0x000FFF0)
Line 258... Line 258...
258
 
258
 
259
BANK_RW             equ (OS_BASE+0x000FFF2)
259
BANK_RW             equ (OS_BASE+0x000FFF2)
260
MOUSE_BACKGROUND    equ (OS_BASE+0x000FFF4)
260
MOUSE_BACKGROUND    equ (OS_BASE+0x000FFF4)
261
DONT_DRAW_MOUSE     equ (OS_BASE+0x000FFF5)
261
DONT_DRAW_MOUSE     equ (OS_BASE+0x000FFF5)
Line 262... Line 262...
262
DONT_SWITCH         equ (OS_BASE+0x000FFFF)
262
;DONT_SWITCH         equ (OS_BASE+0x000FFFF)
Line 263... Line 263...
263
 
263