Subversion Repositories Kolibri OS

Rev

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

Rev 2434 Rev 2439
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 2434 $
8
$Revision: 2439 $
9
 
9
 
10
 
10
 
Line 998... Line 998...
998
        mov     [_display.move_cursor], ecx
998
        mov     [_display.move_cursor], ecx
999
        mov     [_display.restore_cursor], ebx
999
        mov     [_display.restore_cursor], ebx
1000
        mov     [_display.check_mouse], check_mouse_area_for_putpixel_new
1000
        mov     [_display.check_mouse], check_mouse_area_for_putpixel_new
1001
        mov     [_display.check_m_pixel], check_mouse_area_for_getpixel_new
1001
        mov     [_display.check_m_pixel], check_mouse_area_for_getpixel_new
Line -... Line 1002...
-
 
1002
 
-
 
1003
        cmp     [PUTPIXEL], dword VGA_putpixel
-
 
1004
        je      @f
-
 
1005
        cmp     [ScreenBPP], byte 32
-
 
1006
        je      .32
-
 
1007
        mov     [PUTPIXEL], dword Vesa20_putpixel24_new
-
 
1008
        jmp     @f
-
 
1009
;--------------------------------------
-
 
1010
align 4
-
 
1011
.32:
-
 
1012
        mov     [PUTPIXEL], dword Vesa20_putpixel32_new
-
 
1013
;--------------------------------------
-
 
1014
align 4
1002
 
1015
@@:
1003
        stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM
1016
        stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM
1004
        mov     [def_cursor], eax
1017
        mov     [def_cursor], eax
1005
        ret
1018
        ret
1006
;--------------------------------------
1019
;--------------------------------------