const fixes
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/Netizen.hh
→
src/Netizen.hh
@@ -30,7 +30,7 @@ class BScreen;
class Netizen { public: - Netizen(BScreen *scr, Window w); + Netizen(const BScreen * const scr, Window w); inline Window getWindowID() const { return window; }@@ -45,7 +45,7 @@ void sendWindowLower(Window w);
void sendConfigNotify(XEvent *xe); private: - BScreen *screen; + const BScreen * const m_screen; Display *m_display; ///< display connection Window window; XEvent event;