Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1312 → Rev 1313

/kernel/trunk/const.inc
449,6 → 449,11
.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
455,7 → 460,6
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_SIZE
mov eax, CURSOR.sizeof
call create_kernel_object
test eax, eax
jz .fail