diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-21 23:57:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-21 23:57:03 +0000 |
| commit | cc5bde6d00892cf27fcb6e4e0b4974bcecca265f (patch) | |
| tree | 1573f740857df62f526e768cd5f7d89b2218a71f /src/XAtom.hh | |
| parent | d181f1ad05332c42eb090384666171a142f54b0c (diff) | |
toggledecor almost done
some code cleanups/fixes
Diffstat (limited to 'src/XAtom.hh')
| -rw-r--r-- | src/XAtom.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XAtom.hh b/src/XAtom.hh index f2dae637..2def1c6c 100644 --- a/src/XAtom.hh +++ b/src/XAtom.hh @@ -216,7 +216,7 @@ public: // 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; + long data3 = 0, long data4 = 0) const; // temporary function!! remove when not used in blackbox.hh anymore!! inline Atom getAtom(Atoms a) |
