Bool XCheckTypedWindowEvent(display, w, event_type, event_return)
      Display *display;
      Window w;
      int event_type;
      XEvent *event_return;
| display | Specifies the connection to the X server. | 
| w | Specifies the window. | 
| event_type | Specifies the event type to be compared. | 
| event_return | Returns the matched event's associated structure. |