Mercurial > libanimone
diff src/win/x11.cc @ 10:ddf550313ed7
dep/animone: x11: remove debugging comment
oops
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 22 Apr 2024 19:11:31 -0400 |
parents | fac204fb3748 |
children | 89adf9798083 |
line wrap: on
line diff
--- 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); }