Subversion Repositories Kolibri OS

Rev

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

Rev 2620 Rev 2640
Line 67... Line 67...
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 68... Line 68...
68
 
68
 
69
include 'macros.inc'
69
include 'macros.inc'
Line 70... Line 70...
70
include 'struct.inc'
70
include 'struct.inc'
Line 71... Line 71...
71
 
71
 
Line 72... Line 72...
72
$Revision: 2620 $
72
$Revision: 2640 $
Line 669... Line 669...
669
no_lib_load:
669
no_lib_load:
670
end if
670
end if
Line 671... Line 671...
671
 
671
 
Line 672... Line 672...
672
; LOAD FONTS I and II
672
; LOAD FONTS I and II
673
 
673
 
Line 674... Line 674...
674
        stdcall read_file, char, FONT_I, 0, 2304
674
;        stdcall read_file, char, FONT_I, 0, 2304
675
        stdcall read_file, char2, FONT_II, 0, 2560
675
;        stdcall read_file, char2, FONT_II, 0, 2560
676
 
676
 
Line 677... Line 677...
677
        mov     [MOUSE_PICTURE], dword mousepointer
677
        mov     [MOUSE_PICTURE], dword mousepointer
678
        mov     [_display.check_mouse], check_mouse_area_for_putpixel
678
        mov     [_display.check_mouse], check_mouse_area_for_putpixel
Line 679... Line 679...
679
        mov     [_display.check_m_pixel], check_mouse_area_for_getpixel
679
        mov     [_display.check_m_pixel], check_mouse_area_for_getpixel
680
 
680
 
681
        mov     esi, boot_fonts
681
;        mov     esi, boot_fonts
682
        call    boot_log
682
;        call    boot_log