1
0
Fork 0
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:
Dave Davenport 2015-05-12 21:59:51 +02:00
parent 4d7b5a02d6
commit 8abf3335dc

View file

@ -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;
}