Mercurial > minori
changeset 278:c41c14ff8c67
dep/animone: x11: remove debugging comment
oops
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 22 Apr 2024 19:11:31 -0400 |
parents | a796e97cc86d |
children | 9b6e12c14a1e |
files | dep/animone/src/win/x11.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }