From 18064df19f670589b9387c194b55345c717473db Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 30 Jun 2002 03:30:54 +0000 Subject: add capability to stick a window from input, and make close buttons work. --- src/blackbox.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/blackbox.hh') 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; } -- cgit v1.2.3