From b65f34207b7ca7c5d647c2946e4301c874409873 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sat, 19 Jul 2008 04:41:12 +0000 Subject: [PATCH] another place to make mouse cursor switching immediate --- src/event-context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/event-context.cpp b/src/event-context.cpp index 7afe9070d..e7c5ac88a 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -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; } -- 2.30.2