[mutter/wip/tablet-protocol: 93/100] wayland: Initialize the MetaWaylandTabletManager
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/tablet-protocol: 93/100] wayland: Initialize the MetaWaylandTabletManager
- Date: Mon, 25 Jan 2016 22:53:58 +0000 (UTC)
commit 2598e3f7a2ed4c14beb14ac6232ae8d78236f92b
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Jan 9 17:28:42 2015 +0100
wayland: Initialize the MetaWaylandTabletManager
src/wayland/meta-wayland.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c
index d51e8b5..6c6bfc6 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -39,6 +39,7 @@
#include "meta-wayland-seat.h"
#include "meta-wayland-outputs.h"
#include "meta-wayland-data-device.h"
+#include "meta-wayland-tablet-manager.h"
static MetaWaylandCompositor _meta_wayland_compositor;
@@ -336,6 +337,7 @@ meta_wayland_init (void)
meta_wayland_shell_init (compositor);
meta_wayland_pointer_gestures_init (compositor);
meta_wayland_seat_init (compositor);
+ meta_wayland_tablet_manager_init (compositor);
if (!meta_xwayland_start (&compositor->xwayland_manager, compositor->wayland_display))
g_error ("Failed to start X Wayland");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]