all repos — fluxbox @ b0b517b70c183d5ab6ffc3a49763bb0267be5d6a

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

b0b517b70c183d5ab6ffc3a49763bb0267be5d6a

parent

da503e92475cd542f7b454d0f85ae1e3bf585604

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

jump to
M src/Window.hhsrc/Window.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: Window.hh,v 1.92 2003/08/19 16:13:25 fluxgen Exp $ +// $Id: Window.hh,v 1.93 2003/09/12 16:30:21 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -175,7 +175,7 @@ void show();

// unmap this window void hide(); void iconify(); - void deiconify(bool = true, bool = true); + void deiconify(bool reassoc = true, bool do_raise = true); /// close current client void close(); /// set the window in withdrawn state