fn. 40 API last time changes

git-svn-id: svn://kolibrios.org@2410 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2012-02-27 05:38:15 +00:00
parent faf020ed36
commit e7a3df5e7c

View File

@ -1878,9 +1878,9 @@ Parameters:
* eax = 40 - function number
* ebx = mask: bit i corresponds to event i+1 (see list of events)
(set bit permits notice on event)
bit 3: mouse events filtration
bit 3 = 1 - inactive window do not receive mouse events
bit 3 = 0 - windows always recievs mouse events
bit 31: mouse events filtration
bit 31 = 1 - inactive window do not receive mouse events
bit 31 = 0 - windows always recievs mouse events
Returned value:
* eax = previous value of mask
Remarks: