]> Dogcows Code - chaz/openbox/blobdiff - src/Window.h
using a Screen reference instead of pointer in Workspace
[chaz/openbox] / src / Window.h
index f3a79e3dd3cc2788c7acf3d85b8af4de90785b8f..efc212eb8be0a1e8b05a5dc4a2278af86ed93c8e 100644 (file)
@@ -67,7 +67,7 @@ typedef struct MwmHints {
 class OpenboxWindow : public TimeoutHandler {
 private:
   BImageControl *image_ctrl;
-  Openbox *openbox;
+  Openbox &openbox;
   BScreen *screen;
   Display *display;
   BTimer *timer;
@@ -239,7 +239,7 @@ protected:
 
 
 public:
-  OpenboxWindow(Openbox *b, Window w, BScreen *s = (BScreen *) 0);
+  OpenboxWindow(Openbox &b, Window w, BScreen *s = (BScreen *) 0);
   virtual ~OpenboxWindow(void);
 
   inline Bool isTransient(void) const { return flags.transient; }
This page took 0.020844 seconds and 4 git commands to generate.