On Tue, 2006-05-09 at 18:12 -0400, Youness Alaoui wrote: > Yeah, I think it's about how you ask.. because there is a difference > between "I support receiving the message" and "I accept the message".. > most desktops accept the message, so the XSend succeeds, but they don't do > anything with it.. but what I would be looking for is a function that > would be > XListKnownMessages();
What you are looking for is: _NET_SUPPORTED(ATOM) to quickly check for it: xprop -root | grep _NET_SUPPORTED Now you only need to code it in c.. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
