Allow programs to draw negative pixels and lines

Save window bounds (not just position) before rolling up or maximizing
New functions:
  48/7 - get skin margins
  48/8 - set window skin

git-svn-id: svn://kolibrios.org@52 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld)
2006-03-04 11:58:09 +00:00
parent df5b0209d7
commit 9b4ba85ac2
5 changed files with 77 additions and 19 deletions

View File

@@ -4600,6 +4600,7 @@ align 4
syscall_drawrect: ; DrawRect
mov edi,ecx
and edi,0x80FFFFFF
test ax,ax
je drectr
test bx,bx