Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2585 → Rev 2586

/kernel/trunk/core/taskman.inc
84,6 → 84,8
 
pushad
 
cmp [SCR_MODE], word 0x13
jbe @f
pushad
stdcall set_cursor, [def_cursor_clock]
mov [handle], eax
90,7 → 92,7
mov [redrawmouse_unconditional], 1
call __sys_draw_pointer
popad
 
@@:
mov [flags], edx
 
; [ebp] pointer to filename
261,11 → 263,14
mov [application_table_status], eax
mov eax, esi
.final:
cmp [SCR_MODE], word 0x13
jbe @f
pushad
stdcall set_cursor, [handle]
mov [redrawmouse_unconditional], 1
call __sys_draw_pointer
popad
@@:
ret
endp