[mutter/wip/multitouch: 2/73] display: Add XInput2 variables in private struct
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/multitouch: 2/73] display: Add XInput2 variables in private struct
- Date: Mon, 31 Oct 2011 00:16:49 +0000 (UTC)
commit 5338134b4914d9328b830fb94320d2bb4d775ad8
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Jun 8 10:16:17 2011 +0200
display: Add XInput2 variables in private struct
src/core/display-private.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/core/display-private.h b/src/core/display-private.h
index 6db1b64..4a90f4a 100644
--- a/src/core/display-private.h
+++ b/src/core/display-private.h
@@ -292,6 +292,12 @@ struct _MetaDisplay
int shape_event_base;
int shape_error_base;
#endif
+
+#ifdef HAVE_XINPUT2
+ int xinput2_opcode;
+ unsigned int have_xinput2 : 1;
+#endif
+
#ifdef HAVE_XSYNC
unsigned int have_xsync : 1;
#define META_DISPLAY_HAS_XSYNC(display) ((display)->have_xsync)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]