mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
input-settings-x11: Push error trap
Pops are lonely without push, so add one for a happy error trap. https://gitlab.gnome.org/GNOME/mutter/issues/294
This commit is contained in:
parent
9cfd185316
commit
a3d9f987c8
@ -782,6 +782,7 @@ meta_input_settings_x11_set_stylus_button_map (MetaInputSettings *setti
|
||||
return;
|
||||
|
||||
/* Grab the puke bucket! */
|
||||
meta_x11_error_trap_push (display->x11_display);
|
||||
xdev = device_ensure_xdevice (device);
|
||||
if (xdev)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user