# HG changeset patch # User Paper # Date 1713827491 14400 # Node ID ddf550313ed78af129e2e3db0d6bd37f080ac924 # Parent fac204fb374884272b11ac526e8f383ffe7dc82b dep/animone: x11: remove debugging comment oops diff -r fac204fb3748 -r ddf550313ed7 src/win/x11.cc --- a/src/win/x11.cc Mon Apr 22 19:11:06 2024 -0400 +++ b/src/win/x11.cc Mon Apr 22 19:11:31 2024 -0400 @@ -169,7 +169,7 @@ roots.push_back(iter.data->root); } - //if (!GetAllTopLevelWindowsEWMH(connection, roots, windows)) + if (!GetAllTopLevelWindowsEWMH(connection, roots, windows)) GetAllTopLevelWindowsICCCM(connection, roots, windows); }