mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
idle-monitor: Hack out assert fail
It seems that we're getting XSyncAlarmNotify events here as a Wayland compositor for some reason. Just hack this one out for now.
This commit is contained in:
parent
b64d14ff4a
commit
0aec98cf02
@ -358,7 +358,8 @@ meta_idle_monitor_xsync_handle_xevent_all (XEvent *xevent)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
g_assert (!meta_is_wayland_compositor ());
|
if (!meta_is_wayland_compositor ())
|
||||||
|
return;
|
||||||
|
|
||||||
for (i = 0; i <= device_id_max; i++)
|
for (i = 0; i <= device_id_max; i++)
|
||||||
if (device_monitors[i])
|
if (device_monitors[i])
|
||||||
|
Loading…
Reference in New Issue
Block a user