Where can I get the xmon or xscope programs to trace my X protocol?
ftp://ftp.x.org/pub/R5/ Thanks to Ken Lee, kenton@rahul.net —————————————————————————– Subject: 327) What does the error “Couldn’t find per display information” mean? [Last modified: Mar 96] Answer: Xt often needs information about the current X display. It generates this error when it couldn’t find the display pointer. Common causes applications accidentally destroying widgets twice or trying to generate fake, incomplete events with XSendEvent(). Thanks to Ken Lee, kenton@rahul.net —————————————————————————– Subject: 328) Can I set widget fallback resources after I’ve called XtAppInitialize()? [Last modified: Mar 96] Answer: No. Fallbacks are only checked when displays are initialized. Thanks to Ken Lee, kenton@rahul.net —————————————————————————– Subject: 329) Can I use the newline character in widget names? [Last modified: Mar 96] A