mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
monitor-manager-xrandr: Make sure to XFlush the XUngrabServer
Otherwise, the server may not receive our request, meaning that we'll hang onto the server grab forever.
This commit is contained in:
parent
0f37c1b58e
commit
47b3336ffa
@ -918,6 +918,7 @@ meta_monitor_manager_xrandr_apply_configuration (MetaMonitorManager *manager,
|
|||||||
}
|
}
|
||||||
|
|
||||||
XUngrabServer (manager_xrandr->xdisplay);
|
XUngrabServer (manager_xrandr->xdisplay);
|
||||||
|
XFlush (manager_xrandr->xdisplay);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user