aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-05-04 23:38:06 (GMT)
committerrathnor <rathnor>2003-05-04 23:38:06 (GMT)
commit2ac0d82e451abd3cdc92df2a02c0da4eb8638ba1 (patch)
treeacb6c82d00dd1258773c45ef539f38b2f093e191 /src/fluxbox.hh
parent65bbfbe51b9d8531490708e83ba422c7dc53dc1a (diff)
downloadfluxbox-2ac0d82e451abd3cdc92df2a02c0da4eb8638ba1.zip
fluxbox-2ac0d82e451abd3cdc92df2a02c0da4eb8638ba1.tar.bz2
fix up focus problems
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 35f7c79..ae51e35 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.52 2003/05/04 16:55:40 rathnor Exp $ 25// $Id: fluxbox.hh,v 1.53 2003/05/04 23:38:06 rathnor Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -143,6 +143,7 @@ public:
143 void watchKeyRelease(BScreen *screen, unsigned int mods); 143 void watchKeyRelease(BScreen *screen, unsigned int mods);
144 144
145 void setFocusedWindow(FluxboxWindow *w); 145 void setFocusedWindow(FluxboxWindow *w);
146 void revertFocus(BScreen *screen);
146 void shutdown(); 147 void shutdown();
147 void load_rc(BScreen &scr); 148 void load_rc(BScreen &scr);
148 void loadRootCommand(BScreen &scr); 149 void loadRootCommand(BScreen &scr);