mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 16:30:19 +01:00
The function xwl_output_remove() is called when removing a monitor, but the actual status of the RandR output does not change. So, when RRTellChanged() is called from update_screen_size(), it won't have the output connection status up to date in the RandR event RROutputChangeNotifyEvent and X11 applications relying on that event like Qt will fail to emit their signal QGuiApplication::screenRemoved. To avoid that issue, make sure to mark the RandR output as disconnected prior to call xwl_output_remove(). Fix commit |
||
|---|---|---|
| .. | ||
| vfb | ||
| xwayland | ||
| meson.build | ||