Deleting call to XWindow::processEvents()

This commit is contained in:
Valentin Verdier 2020-07-13 00:48:50 +02:00
parent 69b2cb0def
commit 219a4f4ba6

View File

@ -14,7 +14,6 @@ int main(int argc, char** argv) {
std::vector<Kronos::XWindow> windows = display.getWindows();
for(Kronos::XWindow& w : windows) {
w.processEvents();
std::cout << "=> " << w.getName() << std::endl;
std::cout << " - " << w.getWidth() << "x" << w.getHeight() << std::endl;
}