[Top][All Lists]
[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...
- [RP] Thanks, Kapil Hari Paranjape, 2001/10/11
- Re: [RP] Thanks, eichin-ratp, 2001/10/11
- Re: [RP] Thanks, Mike Meyer, 2001/10/11
- Re: [RP] Thanks, shawn, 2001/10/11
- Re: [RP] Thanks, Mike Meyer, 2001/10/11
- Re: [RP] Thanks, eichin-ratp, 2001/10/11
- Re: [RP] Thanks, Mike Meyer, 2001/10/11
- Re: [RP] Thanks,
eichin-ratp <=
- Re: [RP] Thanks, Mike Meyer, 2001/10/12
- Re: [RP] Thanks, eichin-ratp, 2001/10/12
- Re: [RP] Thanks, Mike Meyer, 2001/10/12