Fix ExplainWindowPlacement when using "NoUSPosition" style.
[fvwm.git] / libs / Event.h
blob726492714a2123ad1583fc0679cc7ac4923392a0
1 #ifndef LIB_EVENT_H
2 #define LIB_EVENT_H
4 /*
5 * Return the subwindow member of an event if the event type has one.
6 */
7 Window GetSubwindowFromEvent(Display *dpy, const XEvent *eventp);
9 #endif /* LIB_EVENT_H */