mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Remove silly test.
This commit is contained in:
parent
4d7b5a02d6
commit
8abf3335dc
1 changed files with 0 additions and 3 deletions
|
@ -408,9 +408,6 @@ static char ** window_mode_get_data ( unsigned int *length, Switcher *sw )
|
|||
if ( client_has_state ( c, netatoms[_NET_WM_STATE_DEMANDS_ATTENTION] ) ) {
|
||||
c->demands = TRUE;
|
||||
}
|
||||
if ( client_has_state ( c, netatoms[_NET_WM_STATE_WITHDRAWN] ) ) {
|
||||
c->demands = TRUE;
|
||||
}
|
||||
if ( ( c->hint_flags & XUrgencyHint ) == XUrgencyHint ) {
|
||||
c->demands = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue