[mutter/wip/multitouch: 56/73] ui: enable multidevice on frame windows
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/multitouch: 56/73] ui: enable multidevice on frame windows
- Date: Mon, 31 Oct 2011 00:21:25 +0000 (UTC)
commit b9f5185c9036d3cfe9a4d424b8128d9c9bff2634
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Jul 27 00:31:20 2011 +0200
ui: enable multidevice on frame windows
This is so different pointers may have different
cursors on them.
src/ui/ui.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/ui.c b/src/ui/ui.c
index eb6e318..91de318 100644
--- a/src/ui/ui.c
+++ b/src/ui/ui.c
@@ -407,7 +407,8 @@ meta_ui_create_frame_window (MetaUI *ui,
&attrs, attributes_mask);
gdk_window_resize (window, width, height);
-
+ gdk_window_set_support_multidevice (window, TRUE);
+
meta_frames_manage_window (ui->frames, GDK_WINDOW_XID (window), window);
return GDK_WINDOW_XID (window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]