Skip to content

ephyr: Send RRCrtcChangeNotify events on resize

Alexander Volkov requested to merge avolkov/xserver:xephyr-crtc into master

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.

Merge request reports