diff --git a/src/main.cpp b/src/main.cpp index 9112201..0c9f783 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,7 +14,6 @@ int main(int argc, char** argv) { std::vector 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; }