mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
wayland: disable extended barriers support
We don't have actual pointer barriers implemented, so this is a quick workaround to trigger the fallback paths in the shell, for the hot corner and the message tray. To be reverted after 3.10
This commit is contained in:
parent
7baf687499
commit
2d21fbbd35
@ -6003,7 +6003,7 @@ meta_display_get_xinput_opcode (MetaDisplay *display)
|
||||
gboolean
|
||||
meta_display_supports_extended_barriers (MetaDisplay *display)
|
||||
{
|
||||
return META_DISPLAY_HAS_XINPUT_23 (display);
|
||||
return META_DISPLAY_HAS_XINPUT_23 (display) && !meta_is_wayland_compositor ();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user