mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +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
|
||||
*/
|
||||
Class.cbSize = sizeof(WNDCLASSEXW);
|
||||
Class.style = 0;
|
||||
Class.style = CS_GLOBALCLASS;
|
||||
Class.lpfnWndProc = DtbgWindowProc;
|
||||
Class.cbClsExtra = 0;
|
||||
Class.cbWndExtra = 0;
|
||||
|
|
Loading…
Reference in a new issue