Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5870 → Rev 5869

/kernel/trunk/gui/mouse.inc
187,11 → 187,6
.action db ?
endg
 
iglobal
fl_moving db 0
rb 3
endg
 
align 4
;-----------------------------------------------------------------
mouse._.left_button_press_handler:
311,7 → 306,6
 
.exit:
and [mouse.active_sys_window.action], 0
mov [fl_moving], 0
ret
 
mouse._.right_button_press_handler:
486,19 → 480,6
pop esi
je .exit
 
test [fl_moving], 1
jnz @f
 
mov [fl_moving], 1
push edi
mov edi, esi
shl edi, 5
add edi, WDATA.box + window_data
call window._.draw_negative_box
pop edi
@@:
 
 
mov [mouse.active_sys_window.last_ticks], 0
call sys_window_moving_handler