wine/dlls/user32
Zhiyi Zhang ca97cb8700 server: Inherit internal desktop flags when creating desktops.
Based on Rémi's idea.

CEF applications create their own desktops and so is_virtual_desktop() could incorrectly
report that virtual desktop is off if DF_WINE_VIRTUAL_DESKTOP is not inherited.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55810
2024-02-13 22:37:50 +01:00
..
resources
tests user32/sysparams: Handle more contexts in GetAwarenessFromDpiAwarenessContext. 2024-02-13 22:37:50 +01:00
button.c
class.c user32: Return a proper NTSTATUS in all user callbacks. 2024-01-19 14:30:59 +01:00
clipboard.c
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c user32: Use SecureZeroMemory to clear magic fields. 2023-11-07 22:05:35 +01:00
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c user32: Correct capitalization of SetDeskWallpaper. 2023-12-07 20:21:43 +01:00
dialog.c
edit.c
exticon.c
hook.c user32: Return a proper NTSTATUS in all user callbacks. 2024-01-19 14:30:59 +01:00
icontitle.c
input.c win32u: Don't set the high word of keyboard layout to 0xe001 in CJK locales. 2024-01-23 12:19:13 +01:00
listbox.c user32: Fix string comparison for listbox inexact matches. 2023-12-19 12:52:15 +01:00
lstr.c
Makefile.in
mdi.c
menu.c
message.c user32: Return a proper NTSTATUS in the post DDE message callback. 2024-01-19 14:28:26 +01:00
misc.c
msgbox.c
nonclient.c user32: Load dynamically wine_get_version(). 2024-01-17 11:07:00 +01:00
property.c
resource.c user32: Put 0 to output string even for 1 char buffer in LoadStringW(). 2023-11-09 14:38:32 +01:00
resources.h
scroll.c
static.c
sysparams.c user32/sysparams: Handle more contexts in GetAwarenessFromDpiAwarenessContext. 2024-02-13 22:37:50 +01:00
text.c user32: Wrap at whitespace rather than soft break. 2023-12-08 12:24:16 +01:00
uitools.c
user32.rc
user32.spec user32: Correct capitalization of SetDeskWallpaper. 2023-12-07 20:21:43 +01:00
user_main.c include: Add a typedef for user callback function pointers. 2024-01-22 11:26:56 +01:00
user_private.h user32: Return a proper NTSTATUS in all user callbacks. 2024-01-19 14:30:59 +01:00
win.c user32: Add stubs for GetWindowDpiHostingBehavior and SetThreadDpiHostingBehavior. 2023-11-15 23:03:51 +01:00
winhelp.c
winproc.c user32: Return a proper NTSTATUS in all user callbacks. 2024-01-19 14:30:59 +01:00
winstation.c server: Inherit internal desktop flags when creating desktops. 2024-02-13 22:37:50 +01:00
wsprintf.c