]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.h
added BScreen::availableArea() which returns a rect specifying where windows can...
[chaz/openbox] / src / Screen.h
index 8acae7ee0b7d4e0947af7541da3a15e07b3e1269..fc285319eba08c653bf64e6e1070e3ed23fbf9e0 100644 (file)
@@ -187,6 +187,8 @@ public:
 
   inline Toolbar *getToolbar() { return toolbar; }
 
+  Rect availableArea() const;
+  
   inline Workspace *getWorkspace(int w) { return workspacesList->find(w); }
   inline Workspace *getCurrentWorkspace() { return current_workspace; }
 
@@ -219,7 +221,7 @@ public:
   void setAutoRaise(bool a);
   
   inline bool imageDither() const { return resource.image_dither; }
-  void setImageDither(bool d);
+  void setImageDither(bool d, bool reconfig = true);
   
   inline bool orderedDither() const { return resource.ordered_dither; }
   
This page took 0.024344 seconds and 4 git commands to generate.