ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] Thanks


From: eichin-ratp
Subject: Re: [RP] Thanks
Date: Thu Oct 11 18:05:05 2001

"BadWindow" is a generic X error code (you passed an invalid windowid
to something); the XGetErrorText in main.c[handler()] is causing it.
Knowing that doesn't help you :-) If it printed e->resourceid, that
would tell you what the windowid was, but at that point it has already
gone away; actually, interpreting request_code and minor_code would be
*far* more useful because we'd see what ratpoison was trying to *do*
to that no-longer-existing Window... and in fact, the default error
handler does that; perhaps ratpoison's handler needs to steal more
code from the default...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]