Subversion Repositories Kolibri OS

Rev

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

Rev 5154 Rev 5350
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2014. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2014. 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: 5154 $
8
$Revision: 5350 $
Line 9... Line 9...
9
 
9
 
Line 377... Line 377...
377
 
377
 
378
_WinMapAddress      rd 1
378
_WinMapAddress      rd 1
Line 379... Line 379...
379
_WinMapSize         rd 1
379
_WinMapSize         rd 1
380
 
-
 
381
LFBAddress          dd ?
-
 
Line 382... Line 380...
382
Screen_Max_X        dd ?
380
 
Line 383... Line 381...
383
Screen_Max_Y        dd ?
381
LFBAddress          dd ?
384
 
382
 
Line 423... Line 421...
423
cur_saved_base      rd 1
421
cur_saved_base      rd 1
Line 424... Line 422...
424
 
422
 
425
cur.lock            rd 1   ;1 - lock update, 2- hide
423
cur.lock            rd 1   ;1 - lock update, 2- hide
426
cur.left            rd 1   ;cursor clip box
424
cur.left            rd 1   ;cursor clip box
427
cur.top             rd 1
425
cur.top             rd 1
428
cur.right           rd 1
426
;cur.right           rd 1
429
cur.bottom          rd 1
427
;cur.bottom          rd 1
430
cur.w               rd 1
428
cur.w               rd 1
Line 431... Line 429...
431
cur.h               rd 1
429
cur.h               rd 1
432
 
430