Subversion Repositories Kolibri OS

Rev

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

Rev 2441 Rev 2465
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 2441 $
8
$Revision: 2465 $
9
 
9
 
10
 
10
 
Line 519... Line 519...
519
        init_cursor     dd ?
519
        init_cursor     dd ?
520
        select_cursor   dd ?
520
        select_cursor   dd ?
521
        show_cursor     dd ?
521
        show_cursor     dd ?
522
        move_cursor     dd ?
522
        move_cursor     dd ?
523
        restore_cursor  dd ?
523
        restore_cursor  dd ?
-
 
524
        disable_mouse   dd ?
524
        mask_seqno      dd ?
525
        mask_seqno      dd ?
525
        check_mouse     dd ?
526
        check_mouse     dd ?
526
        check_m_pixel   dd ?
527
        check_m_pixel   dd ?
527
ends
528
ends