diff options
Diffstat (limited to 'src/Netizen.hh')
-rw-r--r-- | src/Netizen.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Netizen.hh b/src/Netizen.hh index c03f97e..079bd01 100644 --- a/src/Netizen.hh +++ b/src/Netizen.hh | |||
@@ -43,7 +43,7 @@ public: | |||
43 | void sendWindowRaise(Window w); | 43 | void sendWindowRaise(Window w); |
44 | void sendWindowLower(Window w); | 44 | void sendWindowLower(Window w); |
45 | 45 | ||
46 | void sendConfigNotify(XEvent *xe); | 46 | void sendConfigNotify(XEvent &xe); |
47 | private: | 47 | private: |
48 | const BScreen &m_screen; | 48 | const BScreen &m_screen; |
49 | Display *m_display; ///< display connection | 49 | Display *m_display; ///< display connection |