mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[Win32k]
- 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:
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user