Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1313 → Rev 1312

/kernel/trunk/const.inc
449,11 → 449,6
.base dd ? ;allocated memory
.hot_x dd ? ;hotspot coords
.hot_y dd ?
 
.list_next dd ? ;next cursor in cursor list
.list_prev dd ? ;prev cursor in cursor list
.dev_obj dd ? ;device depended data
 
.sizeof:
}
virtual at 0
460,6 → 455,7
CURSOR CURSOR
end virtual
 
CURSOR_SIZE equ 32
 
struc EVENT
{
/kernel/trunk/video/cursors.inc
300,7 → 300,7
push ebx
 
mov ebx, eax
mov eax, CURSOR.sizeof
mov eax, CURSOR_SIZE
call create_kernel_object
test eax, eax
jz .fail