[clutter/clutter-1.10] interactive/touch-events: Protect x11-specific calls
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.10] interactive/touch-events: Protect x11-specific calls
- Date: Wed, 20 Jun 2012 07:54:27 +0000 (UTC)
commit 6ca9a59e46553a7a4734ce0200aeacb72279d584
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Jun 20 08:52:40 2012 +0100
interactive/touch-events: Protect x11-specific calls
Use the CLUTTER_WINDOWING_X11 define to protect platform-specific calls
like clutter_x11_enable_xinput().
https://bugzilla.gnome.org/show_bug.cgi?id=678423
tests/interactive/test-touch-events.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/interactive/test-touch-events.c b/tests/interactive/test-touch-events.c
index 905eea1..46c6d88 100644
--- a/tests/interactive/test-touch-events.c
+++ b/tests/interactive/test-touch-events.c
@@ -112,7 +112,9 @@ test_touch_events_main (int argc, char *argv[])
ClutterActor *stage, *canvas;
int i;
+#ifdef CLUTTER_WINDOWING_X11
clutter_x11_enable_xinput ();
+#endif
/* initialize Clutter */
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]