1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

IsUnmapped bug

This commit is contained in:
seanpringle 2012-11-07 14:17:22 +10:00
parent b30a6c150d
commit 4ed6f5ce9e

View file

@ -721,7 +721,6 @@ void run_switcher(int mode, int fmode)
for (i = nwins-1; i > -1; i--)
{
if ((c = window_client(wins[i]))
&& c->xattr.map_state == IsViewable
&& !c->xattr.override_redirect
&& !client_has_state(c, netatoms[_NET_WM_STATE_SKIP_PAGER])
&& !client_has_state(c, netatoms[_NET_WM_STATE_SKIP_TASKBAR]))