[mutter/wip/xinput2r: 61/66] cursor hack



commit 1f6c666dd9224e6d60b187c9260932d7ee7b2686
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Oct 18 16:47:07 2012 -0400

    cursor hack

 src/ui/frames.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/frames.c b/src/ui/frames.c
index 8aa890f..7162555 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -638,10 +638,12 @@ meta_frames_unmanage_window (MetaFrames *frames,
 
   if (frame)
     {
+#if 0
       /* restore the cursor */
       meta_core_set_screen_cursor (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
                                    frame->xwindow,
                                    META_CURSOR_DEFAULT);
+#endif
 
       gdk_window_set_user_data (frame->window, NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]