mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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:
parent
9b29c6967f
commit
ac553c63a1
3 changed files with 1071 additions and 1 deletions
|
@ -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
|
||||
|
|
1069
reactos/win32ss/user/ntuser/draw.c
Normal file
1069
reactos/win32ss/user/ntuser/draw.c
Normal file
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue