Mercurial > libanimone
comparison 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 |
comparison
equal
deleted
inserted
replaced
9:fac204fb3748 | 10:ddf550313ed7 |
---|---|
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; |