diff options
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r-- | src/FocusControl.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FocusControl.hh b/src/FocusControl.hh index 6a868a6..7fcfb2d 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -101,7 +101,9 @@ public: | |||
101 | // like revertFocus, but specifically related to this window (transients etc) | 101 | // like revertFocus, but specifically related to this window (transients etc) |
102 | static void unfocusWindow(WinClient &client, bool full_revert = true, bool unfocus_frame = false); | 102 | static void unfocusWindow(WinClient &client, bool full_revert = true, bool unfocus_frame = false); |
103 | static void setFocusedWindow(WinClient *focus_to); | 103 | static void setFocusedWindow(WinClient *focus_to); |
104 | static void setFocusedFbWindow(FluxboxWindow *focus_to) { s_focused_fbwindow = focus_to; } | ||
104 | static WinClient *focusedWindow() { return s_focused_window; } | 105 | static WinClient *focusedWindow() { return s_focused_window; } |
106 | static FluxboxWindow *focusedFbWindow() { return s_focused_fbwindow; } | ||
105 | private: | 107 | private: |
106 | 108 | ||
107 | BScreen &m_screen; | 109 | BScreen &m_screen; |