comparison dep/animone/src/win/x11.cc @ 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 969a3e8c79c5
comparison
equal deleted inserted replaced
277:a796e97cc86d 278:c41c14ff8c67
167 xcb_screen_iterator_t iter = ::xcb_setup_roots_iterator(::xcb_get_setup(connection)); 167 xcb_screen_iterator_t iter = ::xcb_setup_roots_iterator(::xcb_get_setup(connection));
168 for (; iter.rem; ::xcb_screen_next(&iter)) 168 for (; iter.rem; ::xcb_screen_next(&iter))
169 roots.push_back(iter.data->root); 169 roots.push_back(iter.data->root);
170 } 170 }
171 171
172 //if (!GetAllTopLevelWindowsEWMH(connection, roots, windows)) 172 if (!GetAllTopLevelWindowsEWMH(connection, roots, windows))
173 GetAllTopLevelWindowsICCCM(connection, roots, windows); 173 GetAllTopLevelWindowsICCCM(connection, roots, windows);
174 } 174 }
175 175
176 struct WindowCookies { 176 struct WindowCookies {
177 xcb_window_t window; 177 xcb_window_t window;