fn.40: ebx bit 30 - do not send mouse events if cursor outside window

git-svn-id: svn://kolibrios.org@2414 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2012-02-28 08:36:15 +00:00
parent 823a0a9a8f
commit 0735fd9e1b
5 changed files with 46 additions and 15 deletions

View File

@@ -513,6 +513,7 @@ struct display_t
move_cursor dd ?
restore_cursor dd ?
disable_mouse dd ?
mask_seqno dd ?
ends
struct BOOT_DATA
@@ -647,4 +648,4 @@ struct IRQH
list LHEAD
handler dd ? ;handler roututine
data dd ? ;user-specific data
ends
ends