use the macro
This commit is contained in:
parent
eb1fb5580e
commit
09f178aa54
1 changed files with 2 additions and 2 deletions
|
@ -425,8 +425,8 @@ void client_unmanage(ObClient *self)
|
||||||
if (ob_state() != OB_STATE_EXITING) {
|
if (ob_state() != OB_STATE_EXITING) {
|
||||||
/* these values should not be persisted across a window
|
/* these values should not be persisted across a window
|
||||||
unmapping/mapping */
|
unmapping/mapping */
|
||||||
prop_erase(self->window, prop_atoms.net_wm_desktop);
|
PROP_ERASE(self->window, net_wm_desktop);
|
||||||
prop_erase(self->window, prop_atoms.net_wm_state);
|
PROP_ERASE(self->window, net_wm_state);
|
||||||
} else {
|
} else {
|
||||||
/* if we're left in an iconic state, the client wont be mapped. this is
|
/* if we're left in an iconic state, the client wont be mapped. this is
|
||||||
bad, since we will no longer be managing the window on restart */
|
bad, since we will no longer be managing the window on restart */
|
||||||
|
|
Loading…
Reference in a new issue