Hi,
I have a question to the following message, when I try to sync with a
minimal plugin! Message: Xlib: unexpected async reply (sequence 0x)
The message occures only when I do a
"sync_set_requestdone(conn->sync_pair);" in the sync_done function.
I have tried to build a minimal plugin, to s
On Fri, 2004-04-30 at 16:45, Stefan Huber wrote:
> Hi,
>
> I have a question to the following message, when I try to sync with a
> minimal plugin! Message: Xlib: unexpected async reply (sequence 0x)
This strongly suggest that you have and error in your memory management
(double free etc). Try
Ok, please let us know if we can help. If you can get things into a
useable state we can arrange putting the plugin into our CVS tree, etc.
Also a reminder if you are using our CVS then do your development off of
branch_08X.
Tom
On Tue, 2004-04-27 at 03:04, Stewart Heitmann wrote:
> OK, I'll ke