mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:46:18 +00:00
- At a minimum set the desktop to global class.
svn path=/trunk/; revision=42236
This commit is contained in:
parent
25aa6b6a41
commit
c8b2a78d5b
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ DtbgInit()
|
||||||
* Create the desktop window class
|
* Create the desktop window class
|
||||||
*/
|
*/
|
||||||
Class.cbSize = sizeof(WNDCLASSEXW);
|
Class.cbSize = sizeof(WNDCLASSEXW);
|
||||||
Class.style = 0;
|
Class.style = CS_GLOBALCLASS;
|
||||||
Class.lpfnWndProc = DtbgWindowProc;
|
Class.lpfnWndProc = DtbgWindowProc;
|
||||||
Class.cbClsExtra = 0;
|
Class.cbClsExtra = 0;
|
||||||
Class.cbWndExtra = 0;
|
Class.cbWndExtra = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue