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

@@ -91,10 +91,10 @@ irq1:
mov ds, ax
mov es, ax
movzx eax,word[0x3004] ; top window process
mov eax, [0x3004] ; top window process
movzx eax,word[0xC400+eax*2]
shl eax,8
mov al,[0x800B4+eax]
mov al,[0x80000+eax+APPDATA.keyboard_mode]
mov [keyboard_mode],al
in al,0x60