Sweden-Number/dlls/user32
Zhiyi Zhang c69bb0342c winex11.drv: Update _NET_WM_STATE before resizing windows.
According to the Extended Window Manager Hints (EWMH) spec 1.3 regarding
_NET_WM_STATE_FULLSCREEN, "the Window Manager is responsible for
restoring the original geometry after a switch from fullscreen back to
normal window.", which means that removing _NET_WM_STATE_FULLSCREEN from
a window may cause the window to receive a ConfigureNotify event to
restore the window size, thus causing a application resize action to be
overwritten by the window managers.

Fix a game called Mugsters becomes maximized after exiting full screen.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-07 20:13:16 +02:00
..
resources
tests winex11.drv: Update _NET_WM_STATE before resizing windows. 2020-05-07 20:13:16 +02:00
Makefile.in user32: Implement RegisterDeviceNotification(). 2020-05-06 10:49:12 +02:00
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c user32: Use standard dlopen() instead of the libwine wrappers. 2020-04-07 14:26:20 +02:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c
edit.c user32/edit: Avoid division by zero in EDIT_EM_LineScroll_internal. 2020-04-20 17:19:11 +02:00
exticon.c
focus.c
hook.c user32: Use the standard Interlocked* functions. 2020-05-02 15:10:10 +02:00
icontitle.c
input.c user32: Use the standard Interlocked* functions. 2020-05-02 15:10:10 +02:00
listbox.c
lstr.c
mdi.c
menu.c
message.c
misc.c user32: Implement RegisterDeviceNotification(). 2020-05-06 10:49:12 +02:00
msgbox.c
nonclient.c
painting.c
property.c
rawinput.c user32: Don't read preparsed data on non-HID devices. 2020-04-28 11:18:36 +02:00
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Improve DisplayConfigGetDeviceInfo() stub. 2020-05-05 20:53:02 +02:00
text.c
uitools.c
user32.rc
user32.spec
user_main.c
user_private.h
win.c
win.h
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c