diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-16 04:51:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-16 04:51:06 +0000 |
| commit | 94d86896b499b75aab5a587a958b2245282d9353 (patch) | |
| tree | 151bcbab08e1984c53df602134491ad0ff69156f /src/XAtom.hh | |
| parent | ede324b490eb1f9d43f4d7aa9c19343d978c93ce (diff) | |
add sendClientMessage
Diffstat (limited to 'src/XAtom.hh')
| -rw-r--r-- | src/XAtom.hh | 5 |
1 files changed, 5 insertions, 0 deletions
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]; |
