minor cleaning

This commit is contained in:
fluxgen 2003-06-24 14:54:45 +00:00
parent cc217ded94
commit 225dc75dd9
2 changed files with 3 additions and 3 deletions

View file

@ -105,6 +105,6 @@ void Netizen::sendWindowLower(Window w) {
XSendEvent(m_display, window(), False, NoEventMask, &event);
}
void Netizen::sendConfigNotify(XEvent *e) {
XSendEvent(m_display, window(), False, StructureNotifyMask, e);
void Netizen::sendConfigNotify(XEvent &ev) {
XSendEvent(m_display, window(), False, StructureNotifyMask, &ev);
}

View file

@ -43,7 +43,7 @@ public:
void sendWindowRaise(Window w);
void sendWindowLower(Window w);
void sendConfigNotify(XEvent *xe);
void sendConfigNotify(XEvent &xe);
private:
const BScreen &m_screen;
Display *m_display; ///< display connection