all repos — fluxbox @ ecda5f9735d8d3a596943f08430dc182e8e4a658

custom fork of the fluxbox windowmanager

sending updateNetizenWindowDel in BScreen removeWindow
fluxgen fluxgen
commit

ecda5f9735d8d3a596943f08430dc182e8e4a658

parent

c6a969f61b2bde72275e4ebe4dc5465556ab02c7

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.181 2003/08/11 20:59:58 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.182 2003/08/12 00:26:42 fluxgen Exp $ #include "fluxbox.hh"

@@ -1343,7 +1343,7 @@ m_atomhandler[i]->updateClientClose(client);

} BScreen &screen = client.screen(); - screen.updateNetizenWindowDel(client.window()); + screen.removeClient(client); if (m_focused_window == &client)