Code

another place to make mouse cursor switching immediate
authorbuliabyak <buliabyak@users.sourceforge.net>
Sat, 19 Jul 2008 04:41:12 +0000 (04:41 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sat, 19 Jul 2008 04:41:12 +0000 (04:41 +0000)
src/event-context.cpp

index 7afe9070dd670bc5aa569b7b1620d49f7b2d3b80..e7c5ac88aeee1034e2d26a75e4d52e5858e74da8 100644 (file)
@@ -198,6 +198,7 @@ sp_event_context_update_cursor(SPEventContext *ec)
             }
         }
         gdk_window_set_cursor(w->window, ec->cursor);
+        gdk_flush();
     }
     ec->desktop->waiting_cursor = false;
 }