mirror of
https://github.com/brl/mutter.git
synced 2025-08-13 20:04:51 +00:00
wayland: Make seat devices GObjects
This will make it possible to add signals and other GObject features. https://bugzilla.gnome.org/show_bug.cgi?id=771050
This commit is contained in:
@@ -505,7 +505,7 @@ meta_display_cancel_touch (MetaDisplay *display)
|
||||
return;
|
||||
|
||||
compositor = meta_wayland_compositor_get_default ();
|
||||
meta_wayland_touch_cancel (&compositor->seat->touch);
|
||||
meta_wayland_touch_cancel (compositor->seat->touch);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user