aboutsummaryrefslogtreecommitdiff
path: root/src/Netizen.cc
diff options
context:
space:
mode:
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}