Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 478 → Rev 479

/kernel/trunk/gui/window.inc
969,6 → 969,8
wacont2:
mov [KEY_COUNT], byte 0 ; empty keyboard buffer
mov [BTN_COUNT], byte 0 ; empty button buffer
mov [MOUSE_SCROLL_H], word 0 ; zero mouse z-index
mov [MOUSE_SCROLL_V], word 0 ; zero mouse z-index
popad
ret