all repos — fluxbox @ 906a6b239589af29624bca151172c5e6a436bfc8

custom fork of the fluxbox windowmanager

fix removeClient (no idea why that line was removed [by me])
rathnor rathnor
commit

906a6b239589af29624bca151172c5e6a436bfc8

parent

9932b880490d92d12bc07e60e1b7f0c59f29d0fc

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

jump to
M src/Window.ccsrc/Window.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: Window.cc,v 1.208 2003/07/21 15:26:56 rathnor Exp $ +// $Id: Window.cc,v 1.209 2003/07/21 17:54:07 rathnor Exp $ #include "Window.hh"

@@ -736,6 +736,7 @@ removeClient(client);

// m_client must be valid as there should be at least one other window // otherwise this wouldn't be here (refer numClients() <= 1 return) + client.m_win = screen().createWindow(client); m_client->raise(); setInputFocus(); return true;