]> 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 99fbf40210dc0f924291d673350964affd4aa67a..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; }
 
This page took 0.021823 seconds and 4 git commands to generate.