mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
untab on unmanage
This commit is contained in:
parent
5a47c01381
commit
035bf83f59
1 changed files with 2 additions and 0 deletions
2
client.c
2
client.c
|
@ -25,6 +25,7 @@
|
|||
#include <X11/extensions/shape.h>
|
||||
|
||||
#include "screen.h"
|
||||
#include "tab.h"
|
||||
#include "awesome.h"
|
||||
#include "layout.h"
|
||||
#include "tag.h"
|
||||
|
@ -559,6 +560,7 @@ unmanage(Client * c, long state, awesome_config *awesomeconf)
|
|||
{
|
||||
XWindowChanges wc;
|
||||
|
||||
client_untab(c);
|
||||
c->unmapped = True;
|
||||
wc.border_width = c->oldborder;
|
||||
/* The server grab construct avoids race conditions. */
|
||||
|
|
Loading…
Reference in a new issue