]> Dogcows Code - chaz/openbox/blobdiff - src/Slit.h
using some references instead of pointers where possible in Screen, ScreenInfo, Slit...
[chaz/openbox] / src / Slit.h
index 1c644f2ca94d2dea8613796206c4f04d2b596b9e..cef5d6c688e168f93d19e61a830434fa066305b3 100644 (file)
@@ -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; }
This page took 0.023325 seconds and 4 git commands to generate.