aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-03-21 09:00:25 (GMT)
committerrathnor <rathnor>2004-03-21 09:00:25 (GMT)
commitdea3281e6917601a81df7833457a942b875b8e49 (patch)
tree09878620d13c944a2a6af724dc3b3366984bac2f /src/fluxbox.hh
parent2d82374b2f458c32895b093aff8c77e88daea2ba (diff)
downloadfluxbox-dea3281e6917601a81df7833457a942b875b8e49.zip
fluxbox-dea3281e6917601a81df7833457a942b875b8e49.tar.bz2
primarily focus fix/tweak/rejigging
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
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);