Author: post
Date: 2013-02-11 14:15:04 +0100 (Mon, 11 Feb 2013)
New Revision: 4327
Modified:
trunk/librawstudio/rs-macros.h
Log:
Enable GUI catchups for a specified display.
Modified: trunk/librawstudio/rs-macros.h
===================================================================
--- trunk/librawstudio/rs-macros.h 2013-02-10 16:11:50 UTC (rev 4326)
+++ trunk/librawstudio/rs-macros.h 2013-02-11 13:15:04 UTC (rev 4327)
@@ -45,6 +45,8 @@
#define GUI_CATCHUP() do { \
GdkDisplay *__gui_catchup_display = gdk_display_get_default (); \
XFlush (GDK_DISPLAY_XDISPLAY (__gui_catchup_display)); } while (0)
+#define GUI_CATCHUP_DISPLAY(X) do { \
+ XFlush (GDK_DISPLAY_XDISPLAY (X)); } while (0)
#endif
#define GTK_CATCHUP() while (gtk_events_pending()) gtk_main_iteration()
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit