about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--xombrero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xombrero.c b/xombrero.c
index f5b55e5..4ede076 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -1038,7 +1038,7 @@ run_script_locked(struct tab *t, char *s)
 #endif
 	rv = run_script(t, s);
 #ifdef USE_THREADS
-	gdk_flush();
+	GDK_FLUSH();
 	gdk_threads_leave();
 #endif
 	return (rv);