Subversion Repositories Kolibri OS

Rev

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

Rev 3592 Rev 3606
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: 3592 $
8
$Revision: 3606 $
Line 9... Line 9...
9
 
9
 
Line 362... Line 362...
362
_display          display_t
362
_display          display_t
Line 363... Line 363...
363
 
363
 
364
_WinMapAddress    rd 1
364
_WinMapAddress    rd 1
Line -... Line 365...
-
 
365
_WinMapSize       rd 1
-
 
366
 
-
 
367
Screen_Max_X      rd 1
-
 
368
Screen_Max_Y      rd 1
-
 
369
 
365
_WinMapSize       rd 1
370
SCR_MODE          rw 2
366
 
371
 
367
def_cursor        rd 1
372
def_cursor        rd 1
368
def_cursor_clock  rd 1
373
def_cursor_clock  rd 1
369
current_cursor    rd 1
374
current_cursor    rd 1
Line 436... Line 441...
436
 
441
 
437
img_background          rd 1
442
img_background          rd 1
438
mem_BACKGROUND          rd 1
443
mem_BACKGROUND          rd 1
Line -... Line 444...
-
 
444
static_background_data  rd 1
-
 
445
 
-
 
446
BgrDrawMode             rd 1
-
 
447
BgrDataWidth            rd 1
439
static_background_data  rd 1
448
BgrDataHeight           rd 1
Line 440... Line 449...
440
 
449
 
441
skin_data              rd 1
450
skin_data              rd 1
442
 
451