Oliver Graf <ograf(a)fga.de> writes:
> Hmm. This can only happen when a timout was returned from X, but
it
> was not in the list of known id's... Which is "impossible" since
> XtAddTimeout is only called in one place...
I can reproduce this with you're last message...
It only happens for drags from within XEmacs to the same instance of
XEmacs. Drags from other apps/XEmacsens do not produce the problem.
Perhaps I can solve it the following way: I test if the window is one of this
XEmacs, and if this is true, the drag handler does not send an event to
itself, but directly creates the misc-user-event.
Regards,
Oliver.