const fixes

This commit is contained in:
fluxgen 2002-10-25 21:11:42 +00:00
parent 016b6891ea
commit 76f20728b9

View file

@ -30,7 +30,7 @@ class BScreen;
class Netizen { class Netizen {
public: public:
Netizen(BScreen *scr, Window w); Netizen(const BScreen * const scr, Window w);
inline Window getWindowID() const { return window; } inline Window getWindowID() const { return window; }
@ -45,7 +45,7 @@ public:
void sendConfigNotify(XEvent *xe); void sendConfigNotify(XEvent *xe);
private: private:
BScreen *screen; const BScreen * const m_screen;
Display *m_display; ///< display connection Display *m_display; ///< display connection
Window window; Window window;
XEvent event; XEvent event;