X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FXAtom.hh;h=8c790bf654df54cb348d691de8e36aa90c9a1f5d;hb=90ee16fc8664f38683edf3b2eb4dd376a572f4ce;hp=6e232c85e327d3b8e9b2ffb1d78ab03443f488c1;hpb=e8b6f65186587ac8e79fcc81d8006ea1270a02d4;p=chaz%2Fopenbox diff --git a/src/XAtom.hh b/src/XAtom.hh index 6e232c85..8c790bf6 100644 --- a/src/XAtom.hh +++ b/src/XAtom.hh @@ -212,6 +212,11 @@ public: void eraseValue(Window win, Atoms atom) const; + // sends a client message a window + void sendClientMessage(Window target, Atoms type, Window about, + long data = 0, long data1 = 0, long data2 = 0, + long data3 = 0) const; + // temporary function!! remove when not used in blackbox.hh anymore!! inline Atom getAtom(Atoms a) { assert(a >= 0 && a < NUM_ATOMS); Atom ret = _atoms[a];