wine/dlls/user32
Zhiyi Zhang cd771fa713 server: Allow creating a real explorer desktop window for invisible window stations.
The graphics driver information is stored as a property in the desktop window. When the server
get_desktop_window handler simply returns a window handle when the window station is invisible,
the window handle doesn't have the graphics driver property, which is set in desktop_window_proc()
when handling WM_NCCREATE. Removing the invisible window station check allows an invisible explorer
desktop window to be created and with the required property.
2023-07-03 22:15:42 +02:00
..
resources
tests server: Allow creating a real explorer desktop window for invisible window stations. 2023-07-03 22:15:42 +02:00
button.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
edit.c
exticon.c
hook.c
icontitle.c
input.c
listbox.c
lstr.c
Makefile.in user32: Remove no longer used setupapi import. 2023-06-13 22:10:56 +02:00
mdi.c
menu.c
message.c
misc.c
msgbox.c
nonclient.c
property.c
resource.c
resources.h
scroll.c
static.c
sysparams.c user32: Remove no longer used setupapi import. 2023-06-13 22:10:56 +02:00
text.c
uitools.c
user32.rc
user32.spec win32u: Move QueryDisplayConfig from user32. 2023-06-12 21:21:42 +02:00
user_main.c
user_private.h
win.c
winhelp.c
winproc.c
winstation.c
wsprintf.c