diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 184ffd2..f063a1b 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.83 2004/02/10 18:45:57 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.84 2004/03/21 09:00:25 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -157,6 +157,8 @@ public: | |||
157 | 157 | ||
158 | void setFocusedWindow(WinClient *w); | 158 | void setFocusedWindow(WinClient *w); |
159 | void revertFocus(BScreen &screen); | 159 | void revertFocus(BScreen &screen); |
160 | // like revertFocus, but specifically related to this window (transients etc) | ||
161 | void unfocusWindow(WinClient &client, bool full_revert = true, bool unfocus_frame = false); | ||
160 | void shutdown(); | 162 | void shutdown(); |
161 | void load_rc(BScreen &scr); | 163 | void load_rc(BScreen &scr); |
162 | void loadRootCommand(BScreen &scr); | 164 | void loadRootCommand(BScreen &scr); |