Subversion Repositories Kolibri OS

Rev

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

Rev 9822 Rev 9848
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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: 9822 $
8
$Revision: 9848 $
Line 9... Line 9...
9
 
9
 
Line 398... Line 398...
398
 
398
 
Line 399... Line 399...
399
MOUSE_PICTURE       dd  ?
399
MOUSE_PICTURE       dd  ?
400
 
400
 
-
 
401
def_cursor          dd  ?
-
 
402
def_cursor_clock    dd  ?
-
 
403
def_cursor_hresize  dd  ?
-
 
404
def_cursor_vresize  dd  ?
401
def_cursor          dd  ?
405
def_cursor_dresize1 dd  ?
402
def_cursor_clock    dd  ?
406
def_cursor_dresize2 dd  ?
403
current_cursor      dd  ?
407
current_cursor      dd  ?
Line 404... Line 408...
404
hw_cursor           dd  ?
408
hw_cursor           dd  ?