Subversion Repositories Kolibri OS

Rev

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

Rev 388 Rev 390
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
 
-
 
447
           test eax, eax
446
           test eax, eax
448
           jz .sw_mouse
447
           jz .sw_mouse
Line 449... Line 448...
449
 
448
 
450
           stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM
449
           stdcall load_cursor, def_arrow, dword LOAD_FROM_MEM