Re: client/server synchronization



Edscott Wilson García <edscott imp mx> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]