Re: [gtk-list] Cursors



>  For some odd reason, the gdk_window_set_cursor doesn't always 
>  work.
[snip]

You may be forgetting that X operations are not synchronous.  Most
likely you are seeing the cursor request being queued by the client
but not delivered to the server.  If you want the change to occur
immediately, do a gdk_flush() after you calling
gdk_window_set_cursor().

  Federico



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