[gimp/gtk3-port: 134/137] app: call gdk_enable_multidevice() so we use XI2
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 134/137] app: call gdk_enable_multidevice() so we use XI2
- Date: Mon, 22 Nov 2010 10:31:23 +0000 (UTC)
commit f551492cdd457d7a742dba8348f060c309880426
Author: Michael Natterer <mitch gimp org>
Date: Mon Nov 22 11:13:16 2010 +0100
app: call gdk_enable_multidevice() so we use XI2
app/gui/gui.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/gui/gui.c b/app/gui/gui.c
index 09277ca..0497d69 100644
--- a/app/gui/gui.c
+++ b/app/gui/gui.c
@@ -150,6 +150,8 @@ gui_libs_init (GOptionContext *context)
g_return_if_fail (context != NULL);
g_option_context_add_group (context, gtk_get_option_group (TRUE));
+
+ gdk_enable_multidevice ();
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]