all repos — fluxbox @ 0d5b9196069b76b2b51aee1857658afa782f59fd

custom fork of the fluxbox windowmanager

using ref instead of pointer for revertFocus
fluxgen fluxgen
commit

0d5b9196069b76b2b51aee1857658afa782f59fd

parent

227fe60ed98b5b483ef9c5c83dd510aaa1bb5de4

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/fluxbox.hhsrc/fluxbox.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@

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);