mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Get rid of last "not "
This commit is contained in:
parent
11431da1a5
commit
8769c57dd9
@ -2188,7 +2188,7 @@ void main_loop() {
|
||||
if (own_window.get(*state)) {
|
||||
/* if an ordinary window with decorations */
|
||||
if ((own_window_type.get(*state) == TYPE_NORMAL) &&
|
||||
not TEST_HINT(own_window_hints.get(*state),
|
||||
!TEST_HINT(own_window_hints.get(*state),
|
||||
HINT_UNDECORATED)) {
|
||||
/* allow conky to hold input focus. */
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user