all repos — fluxbox @ 76f20728b953cb82d0de843d3eba672926a9071a

custom fork of the fluxbox windowmanager

const fixes
fluxgen fluxgen
commit

76f20728b953cb82d0de843d3eba672926a9071a

parent

016b6891ea1b6140e40696264f9f299fc3092048

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Netizen.hhsrc/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;