#ifndef _WM_EVENT_H_ #define _WM_EVENT_H_ #include int select_next_event(Display *display, int x11_fd, XEvent *retval); #endif