all repos — fluxbox @ 3675a7be42f9547c5c5a18d6e0c2f636bbd8b023

custom fork of the fluxbox windowmanager

slit client bug fixed
fluxgen fluxgen
commit

3675a7be42f9547c5c5a18d6e0c2f636bbd8b023

parent

6f9f3a6be724075406852e0972b088157a9ba1de

1 files changed, 4 insertions(+), 2 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.55 2002/05/30 00:46:22 fluxgen Exp $ +// $Id: Window.cc,v 1.56 2002/06/02 22:43:20 fluxgen Exp $ #include "Window.hh"

@@ -433,7 +433,9 @@ XDestroyWindow(display, frame.window);

frame.window = 0; } - if (client.window) { + // Make sure we don't remove + // a slit client from the list + if (managed) { fluxbox->removeWindowSearch(client.window); screen->removeNetizen(client.window); }