summaryrefslogtreecommitdiff
path: root/src/blackbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-06-30 03:30:54 +0000
committerDana Jansens <danakj@orodu.net>2002-06-30 03:30:54 +0000
commit18064df19f670589b9387c194b55345c717473db (patch)
treefed19ea6e5d097b021ed66e611db1fb2186200de /src/blackbox.hh
parent351a06655bdd7d440780b5bc5b255081c888044b (diff)
add capability to stick a window from input, and make close buttons work.
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; }