Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.

git-svn-id: svn://kolibrios.org@115 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Poddubny
2006-08-06 10:29:45 +00:00
parent 9a27b206b3
commit 3e2bc5b35f
29 changed files with 534 additions and 561 deletions

View File

@@ -1004,7 +1004,7 @@ ste_data:
; flag an event to the application
pop eax
mov ecx,1
mov esi,0x3020+0x4
mov esi,0x3020+TASKDATA.pid
news:
cmp [esi],eax
@@ -1016,7 +1016,7 @@ news:
foundPID1:
shl ecx,8
or dword [ecx+0x80000+0xA8],dword 10000000b ; stack event
or dword [ecx+0x80000+APPDATA.event_mask],dword 10000000b ; stack event
pop ecx