+2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
+
2003-02-25 Kim F. Storm <storm@cua.dk>
* xdisp.c (redisplay_window): Fix infinite loop in redisplay.
/* Some definitions to reduce conditionals. */
typedef GtkWidget *xt_or_gtk_widget;
#define XtParent(x) (gtk_widget_get_parent (x))
+#undef XSync
+#define XSync(d, b) gdk_window_process_all_updates ()
-#endif
+#endif /* USE_GTK */
/* The class of this X application. */
#define EMACS_CLASS "Emacs"