mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 11:20:05 +01:00
ephyr: Send RRCrtcChangeNotify events on resize
After resizing Xephyr's window RRGetCrtcInfo returns the changed size, but the RRCrtcChangeNotify event is not sent. Call RRGetInfo(pScreen, TRUE) to update the current mode and send notifications to clients.
This commit is contained in:
parent
43a7bb3c92
commit
f1bd82552b
1 changed files with 1 additions and 0 deletions
|
|
@ -567,6 +567,7 @@ ephyrRandRSetConfig(ScreenPtr pScreen,
|
|||
if (wasEnabled)
|
||||
KdEnableScreen(pScreen);
|
||||
|
||||
RRGetInfo(pScreen, TRUE);
|
||||
RRScreenSizeNotify(pScreen);
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue