mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Revert "client: fix windows managed on startup"
This reverts commit f32cba6bd8
.
This commit is contained in:
parent
f32cba6bd8
commit
6e5d89e4de
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ scan(void)
|
|||
state = window_getstate(wins[i]);
|
||||
|
||||
if(!attr_r || attr_r->override_redirect
|
||||
|| attr_r->map_state == XCB_MAP_STATE_UNVIEWABLE)
|
||||
|| attr_r->map_state != XCB_MAP_STATE_VIEWABLE
|
||||
|| state == XCB_WM_WITHDRAWN_STATE)
|
||||
{
|
||||
p_delete(&attr_r);
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue