Subversion Repositories Kolibri OS

Rev

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

Rev 673 Rev 753
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: 673 $
8
$Revision: 753 $
9
 
9
 
10
 
10
 
Line 476... Line 476...
476
           mov [create_cursor], vesa_cursor
476
           mov [create_cursor], vesa_cursor
Line 477... Line 477...
477
 
477
 
478
           stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM
478
           stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM
Line 479... Line 479...
479
           mov [def_cursor], eax
479
           mov [def_cursor], eax
480
 
480
 
481
           mov ecx, [ScreenWidth]
481
           mov ecx, [Screen_Max_X]
482
           mov edx, [ScreenHeight]
482
           mov edx, [Screen_Max_Y]
483
           inc ecx
483
           inc ecx
484
           inc edx
484
           inc edx