Edscott Wilson Garc�a <[EMAIL PROTECTED]> writes: > > I've searched around but cannot find an answer to the following. In a > program I am fixing (xftree), I absolutely need to synchronize the client and > server before proceeding. I know that this is very easy to do using Xlib, but > I can't find an equivalent in GTK+. Is there an equivalent? Is it necesary to > put in xlib code? > > Thanks in advance to any answer or pointer or suggestion.
gdk_flush() does this (IIRC it calls XSync() not XFlush(), just for confusion value). Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
