- Add drawing support to win32k. Needed for scrolls server side and nonclient support for icons.

svn path=/trunk/; revision=60602
This commit is contained in:
James Tabor 2013-10-10 22:07:10 +00:00
parent 9b29c6967f
commit ac553c63a1
3 changed files with 1071 additions and 1 deletions

View file

@ -108,6 +108,7 @@ list(APPEND SOURCE
user/ntuser/defwnd.c
user/ntuser/desktop.c
user/ntuser/display.c
user/ntuser/draw.c
user/ntuser/event.c
user/ntuser/focus.c
user/ntuser/guicheck.c

File diff suppressed because it is too large Load diff

View file

@ -1767,7 +1767,7 @@ PWND FASTCALL IntCreateWindow(CREATESTRUCTW* Cs,
Class->hIconSmIntern = co_IntCopyImage( Class->hIcon, IMAGE_ICON,
UserGetSystemMetrics( SM_CXSMICON ),
UserGetSystemMetrics( SM_CYSMICON ), 0 );
ERR("IntCreateWindow hIconSmIntern %p\n",Class->hIconSmIntern);
TRACE("IntCreateWindow hIconSmIntern %p\n",Class->hIconSmIntern);
Class->CSF_flags |= CSF_CACHEDSMICON;
}