1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Get rid of last "not "

This commit is contained in:
François Revol 2020-12-25 18:09:36 +01:00 committed by Brenden Matthews
parent 11431da1a5
commit 8769c57dd9

View File

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