Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 388
Line 442... Line 442...
442
           mov [cur_def_interl], ebx
442
           mov [cur_def_interl], ebx
443
 
443
 
Line 444... Line 444...
444
           stdcall load_driver, szHwMouse
444
           stdcall load_driver, szHwMouse
445
           mov [hw_cursor], eax
445
           mov [hw_cursor], eax
-
 
446
 
446
           test eax, eax
447
           test eax, eax
447
           jz .sw_mouse
448
           jz .sw_mouse
Line 448... Line 449...
448
 
449
 
449
           stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM
450
           stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM