using ref instead of pointer for revertFocus
This commit is contained in:
parent
227fe60ed9
commit
0d5b919606
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: fluxbox.hh,v 1.54 2003/05/10 14:01:07 fluxgen Exp $
|
||||
// $Id: fluxbox.hh,v 1.55 2003/05/11 15:35:24 fluxgen Exp $
|
||||
|
||||
#ifndef FLUXBOX_HH
|
||||
#define FLUXBOX_HH
|
||||
|
@ -149,7 +149,7 @@ public:
|
|||
void watchKeyRelease(BScreen &screen, unsigned int mods);
|
||||
|
||||
void setFocusedWindow(FluxboxWindow *w);
|
||||
void revertFocus(BScreen *screen);
|
||||
void revertFocus(BScreen &screen);
|
||||
void shutdown();
|
||||
void load_rc(BScreen &scr);
|
||||
void loadRootCommand(BScreen &scr);
|
||||
|
|
Loading…
Reference in a new issue