Subversion Repositories Kolibri OS

Rev

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

Rev 1311 Rev 1313
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: 1311 $
8
$Revision: 1313 $
9
 
9
 
10
 
10
 
Line 447... Line 447...
447
 
447
 
448
 ;cursor data
448
 ;cursor data
449
   .base        dd ?   ;allocated memory
449
   .base        dd ?   ;allocated memory
450
   .hot_x       dd ?   ;hotspot coords
450
   .hot_x       dd ?   ;hotspot coords
-
 
451
   .hot_y       dd ?
-
 
452
 
-
 
453
   .list_next   dd ?   ;next cursor in cursor list
-
 
454
   .list_prev   dd ?   ;prev cursor in cursor list
-
 
455
   .dev_obj     dd ?   ;device depended data
451
   .hot_y       dd ?
456
 
452
   .sizeof:
457
   .sizeof:
453
}
458
}
454
virtual at 0
459
virtual at 0
455
  CURSOR CURSOR
460
  CURSOR CURSOR
Line 456... Line -...
456
end virtual
-
 
Line 457... Line 461...
457
 
461
end virtual
458
CURSOR_SIZE     equ 32
462
 
459
 
463
 
460
struc EVENT
464
struc EVENT