Subversion Repositories Kolibri OS

Rev

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

Rev 837 Rev 846
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 819 $
8
$Revision: 846 $
9
 
9
 
10
 
10
 
Line 466... Line 466...
466
           jne .fail
466
           jne .fail
467
           sub ebx, 96
467
           sub ebx, 96
468
.init:
468
.init:
469
           mov [cur_def_interl], ebx
469
           mov [cur_def_interl], ebx
Line 470... Line 470...
470
 
470
 
471
           stdcall load_driver, szHwMouse
471
        ;   stdcall load_driver, szHwMouse
472
           mov [hw_cursor], eax
472
        ;   mov [hw_cursor], eax
473
           test eax, eax
473
        ;   test eax, eax
474
           jz .sw_mouse
474
        ;   jz .sw_mouse
475
 
475
 
476
           stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM
476
        ;   stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM
477
           mov [def_cursor], eax
477
        ;   mov [def_cursor], eax
478
           ret
478
        ;   ret
479
.sw_mouse:
479
.sw_mouse:
Line 480... Line 480...
480
           mov [create_cursor], vesa_cursor
480
           mov [create_cursor], vesa_cursor
481
 
481