1 #include "bcwindowbase.h"
2 #include "bcwindowevents.h"
4 BC_WindowEvents::BC_WindowEvents(BC_WindowBase *window)
11 BC_WindowEvents::~BC_WindowEvents()
17 void BC_WindowEvents::start()
24 void BC_WindowEvents::run()
30 // Can't cancel in XNextEvent because X server never figures out it's not
31 // listening anymore and XCloseDisplay locks up.
32 XNextEvent(window->display, event);
33 window->put_event(event);