4 * ICCCM Client Messages - Section 4.2.8 of the ICCCM dictates that all
5 * client messages will have the following form:
7 * event type ClientMessage
8 * message type _XA_WM_PROTOCOLS
11 * data[0] message atom
15 #include <X11/Xatom.h>
16 #include <X11/Xutil.h>
18 void send_clientmessage(Display
*disp
, Window w
, Atom a
, Time timestamp
);
20 extern Atom _XA_WM_PROTOCOLS
;