# HG changeset patch # User Paper # Date 1713827491 14400 # Node ID c41c14ff8c679566002448003632941fd6678e43 # Parent a796e97cc86d7e228550578f0ceeccd03ae3dfc6 dep/animone: x11: remove debugging comment oops diff -r a796e97cc86d -r c41c14ff8c67 dep/animone/src/win/x11.cc --- a/dep/animone/src/win/x11.cc Mon Apr 22 19:11:06 2024 -0400 +++ b/dep/animone/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); }