all repos — fluxbox @ 9ec1ee8a29ff1653d630361fb5002e1d9456e1ff

custom fork of the fluxbox windowmanager

fixed this before, doing it again
pekdon pekdon
commit

9ec1ee8a29ff1653d630361fb5002e1d9456e1ff

parent

b2d0bc4747286994d4756f3f04323bd80c662f82

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

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -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.cc,v 1.31 2002/02/11 11:33:14 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.32 2002/02/15 22:16:09 pekdon Exp $ //Use some GNU extensions #ifndef _GNU_SOURCE

@@ -1195,9 +1195,9 @@ case Keys::CLOSE:

focused_window->close(); break; case Keys::SHADE: + focused_window->shade(); // this has to be done in THIS order if (focused_window->hasTab()) focused_window->getTab()->shade(); - focused_window->shade(); break; case Keys::MAXIMIZE: focused_window->maximize(0);