summaryrefslogtreecommitdiff
path: root/src/blackbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/blackbox.hh')
-rw-r--r--src/blackbox.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blackbox.hh b/src/blackbox.hh
index a5bb8157..055f7761 100644
--- a/src/blackbox.hh
+++ b/src/blackbox.hh
@@ -202,6 +202,7 @@ public:
inline XAtom *getXAtom(void) { return xatom; }
inline BInput *getInput(void) { return input; }
+ inline BScreen *getFocusedScreen(void) { return active_screen; }
inline BlackboxWindow *getFocusedWindow(void) { return focused_window; }
inline BlackboxWindow *getChangingWindow(void) { return changing_window; }