Deleting call to XWindow::processEvents()
This commit is contained in:
parent
69b2cb0def
commit
219a4f4ba6
@ -14,7 +14,6 @@ int main(int argc, char** argv) {
|
|||||||
std::vector<Kronos::XWindow> windows = display.getWindows();
|
std::vector<Kronos::XWindow> windows = display.getWindows();
|
||||||
|
|
||||||
for(Kronos::XWindow& w : windows) {
|
for(Kronos::XWindow& w : windows) {
|
||||||
w.processEvents();
|
|
||||||
std::cout << "=> " << w.getName() << std::endl;
|
std::cout << "=> " << w.getName() << std::endl;
|
||||||
std::cout << " - " << w.getWidth() << "x" << w.getHeight() << std::endl;
|
std::cout << " - " << w.getWidth() << "x" << w.getHeight() << std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user