about summary refs log tree commit diff stats
path: root/xombrero.c
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2012-05-18 16:30:31 -0400
committerDavid Hill <dhill@conformal.com>2012-05-18 16:30:31 -0400
commit4eb552c187a0f2e88eab2c9b2ce9a2344564d48a (patch)
tree326561824eba7d71a73546d081146fe42238ffab /xombrero.c
parent0d721d4a930735f0e852e2febdd679c1af874ddc (diff)
downloadxombrero-4eb552c187a0f2e88eab2c9b2ce9a2344564d48a.tar.gz
gdk_flush -> GDK_FLUSH in run_scripts_locked
Diffstat (limited to 'xombrero.c')
-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);