mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add DCE pointer to window class. Start support for real Class DCEs.
svn path=/trunk/; revision=33553
This commit is contained in:
parent
4fc98cbda8
commit
4f5b849245
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ typedef struct _WINDOWCLASS
|
|||
PCALLPROC CallProcList;
|
||||
INT ClsExtra;
|
||||
INT WndExtra;
|
||||
PVOID Dce;
|
||||
HINSTANCE hInstance;
|
||||
HANDLE hIcon; /* FIXME - Use pointer! */
|
||||
HANDLE hIconSm; /* FIXME - Use pointer! */
|
||||
|
|
Loading…
Reference in a new issue