[mutter/wip/tablet-protocol: 6/16] wayland: Initialize the MetaWaylandTabletManager
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/tablet-protocol: 6/16] wayland: Initialize the MetaWaylandTabletManager
- Date: Thu, 22 Oct 2015 12:56:02 +0000 (UTC)
commit 0a0a3ec0561adff20bf3898eaa8c5306797ccf8e
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 0d37489..fb23f38 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);
compositor->display_name = wl_display_add_socket_auto (compositor->wayland_display);
if (compositor->display_name == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]