aboutsummaryrefslogtreecommitdiff
path: root/src/Netizen.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-24 14:54:45 (GMT)
committerfluxgen <fluxgen>2003-06-24 14:54:45 (GMT)
commit225dc75dd9c85f573c9be95e87f3eb4acadc4ddc (patch)
treecd0cfccd1be710e49a2cfa1f4cb84211a3978e63 /src/Netizen.cc
parentcc217ded949b5a918ad5e7baddbd0fbaf817af7c (diff)
downloadfluxbox-225dc75dd9c85f573c9be95e87f3eb4acadc4ddc.zip
fluxbox-225dc75dd9c85f573c9be95e87f3eb4acadc4ddc.tar.bz2
minor cleaning
Diffstat (limited to 'src/Netizen.cc')
-rw-r--r--src/Netizen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Netizen.cc b/src/Netizen.cc
index 1536be1..67d4a0d 100644
--- a/src/Netizen.cc
+++ b/src/Netizen.cc
@@ -105,6 +105,6 @@ void Netizen::sendWindowLower(Window w) {
105 XSendEvent(m_display, window(), False, NoEventMask, &event); 105 XSendEvent(m_display, window(), False, NoEventMask, &event);
106} 106}
107 107
108void Netizen::sendConfigNotify(XEvent *e) { 108void Netizen::sendConfigNotify(XEvent &ev) {
109 XSendEvent(m_display, window(), False, StructureNotifyMask, e); 109 XSendEvent(m_display, window(), False, StructureNotifyMask, &ev);
110} 110}