Subversion Repositories Kolibri OS

Rev

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

Rev 1300 Rev 1316
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 1300 $
8
$Revision: 1316 $
Line 9... Line 9...
9
 
9
 
Line 322... Line 322...
322
_display          display_t
322
_display          display_t
Line 323... Line 323...
323
 
323
 
324
_WinMapAddress    rd 1
324
_WinMapAddress    rd 1
Line 325... Line -...
325
_WinMapSize       rd 1
-
 
326
 
-
 
327
 
-
 
328
scr_width         rd 1
-
 
329
scr_height        rd 1
-
 
330
 
-
 
331
create_cursor     rd 1
-
 
332
select_hw_cursor  rd 1
-
 
333
set_hw_cursor     rd 1
-
 
334
hw_restore        rd 1
325
_WinMapSize       rd 1
335
 
326
 
336
def_cursor        rd 1
327
def_cursor        rd 1
337
current_cursor    rd 1
-
 
338
hw_cursor         rd 1
328
current_cursor    rd 1
-
 
329
hw_cursor         rd 1
-
 
330
cur_saved_base    rd 1
-
 
331
 
-
 
332
cur.lock          rd 1   ;1 - lock update, 2- hide
339
cur_def_interl    rd 1
333
cur.left          rd 1   ;cursor clip box
-
 
334
cur.top           rd 1
340
cur_saved_base    rd 1
335
cur.right         rd 1
341
cur_saved_interl  rd 1
336
cur.bottom        rd 1
Line 342... Line 337...
342
cur_saved_w       rd 1
337
cur.w             rd 1
343
cur_saved_h       rd 1
338
cur.h             rd 1
344
 
339