aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-11 15:35:24 (GMT)
committerfluxgen <fluxgen>2003-05-11 15:35:24 (GMT)
commit0d5b9196069b76b2b51aee1857658afa782f59fd (patch)
treed9971f48bad7b7c7ce6c9ba8303a5098ad9a75b7 /src/fluxbox.hh
parent227fe60ed98b5b483ef9c5c83dd510aaa1bb5de4 (diff)
downloadfluxbox-0d5b9196069b76b2b51aee1857658afa782f59fd.zip
fluxbox-0d5b9196069b76b2b51aee1857658afa782f59fd.tar.bz2
using ref instead of pointer for revertFocus
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 412d796..8233309 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.54 2003/05/10 14:01:07 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.55 2003/05/11 15:35:24 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -149,7 +149,7 @@ public:
149 void watchKeyRelease(BScreen &screen, unsigned int mods); 149 void watchKeyRelease(BScreen &screen, unsigned int mods);
150 150
151 void setFocusedWindow(FluxboxWindow *w); 151 void setFocusedWindow(FluxboxWindow *w);
152 void revertFocus(BScreen *screen); 152 void revertFocus(BScreen &screen);
153 void shutdown(); 153 void shutdown();
154 void load_rc(BScreen &scr); 154 void load_rc(BScreen &scr);
155 void loadRootCommand(BScreen &scr); 155 void loadRootCommand(BScreen &scr);