win32u: Send display change messages when host display mode changes.
commit0a2ae3c41da343d8f837af295c058911d255f3d3
authorRémi Bernon <rbernon@codeweavers.com>
Mon, 3 Jun 2024 10:40:46 +0000 (3 12:40 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 4 Jun 2024 20:25:09 +0000 (4 22:25 +0200)
tree1e8c900c6b9ff24359ca49310b3d67094cb0983d
parente54bb48eb86b9624a91e577e51f08239e09849df
win32u: Send display change messages when host display mode changes.

Similarly to when it is changed from an application call, but avoid
broadcasting WM_DISPLAYCHANGE to all windows when called from the
drivers, as we may have done it already.
dlls/win32u/sysparams.c
dlls/wineandroid.drv/init.c
dlls/winemac.drv/display.c
dlls/winewayland.drv/window.c
dlls/winex11.drv/xrandr.c
include/ntuser.h