summaryrefslogtreecommitdiff
path: root/src/Screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.h')
-rw-r--r--src/Screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.h b/src/Screen.h
index 99fbf402..fc285319 100644
--- a/src/Screen.h
+++ b/src/Screen.h
@@ -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; }