summaryrefslogtreecommitdiff
path: root/src/Slit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.h')
-rw-r--r--src/Slit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Slit.h b/src/Slit.h
index 1c644f2c..cef5d6c6 100644
--- a/src/Slit.h
+++ b/src/Slit.h
@@ -96,8 +96,8 @@ private:
Bool on_top, hidden, do_auto_hide;
Display *display;
- Openbox *openbox;
- BScreen *screen;
+ Openbox &openbox;
+ BScreen &screen;
BTimer *timer;
LinkedList<SlitClient> *clientList;
@@ -117,7 +117,7 @@ private:
public:
- Slit(BScreen *);
+ Slit(BScreen &);
virtual ~Slit();
inline const Bool &isOnTop(void) const { return on_top; }