* new system function for "send message"

* @panel: Alt+F4 sends close message rather than immediate kill

git-svn-id: svn://kolibrios.org@665 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2007-10-25 11:20:02 +00:00
parent 94cec78ecd
commit c1f806239d
6 changed files with 101 additions and 35 deletions

View File

@@ -1454,7 +1454,8 @@ normalize_number:
jne .continue
dec eax
cmp eax,1
jne @r
ja @r
mov al,1
.continue:
and eax,0x3f
ret