diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 3 |
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); |