[mutter/wip/xinput2r: 64/68] cursor hack



commit fee1d3a0e2e33dddfcf45a4279964be70a8958a4
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]