[mutter/wip/tablet-protocol: 48/57] wayland: Initialize the MetaWaylandTabletManager
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/tablet-protocol: 48/57] wayland: Initialize the MetaWaylandTabletManager
- Date: Thu, 5 Feb 2015 11:29:52 +0000 (UTC)
commit 1a7f439b95ff51c0a85420f12e05c82a5f7b9ead
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 4521b41..65289a8 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;
@@ -298,6 +299,7 @@ meta_wayland_init (void)
meta_wayland_data_device_manager_init (compositor);
meta_wayland_shell_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]