user: Allow creating windows of the desktop class.
This commit is contained in:
parent
70d42f9d43
commit
f874d20f54
|
@ -117,8 +117,8 @@ static HBITMAP DESKTOP_LoadBitmap( HDC hdc, const char *filename )
|
||||||
*/
|
*/
|
||||||
static LRESULT WINAPI DesktopWndProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam )
|
static LRESULT WINAPI DesktopWndProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam )
|
||||||
{
|
{
|
||||||
/* all messages are ignored */
|
if (message == WM_NCCREATE) return TRUE;
|
||||||
return 0;
|
return 0; /* all other messages are ignored */
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue