Don't explicitly send MotionNotify event during Resize (GeometryWindow)
[fvwm.git] / libs / fio.h
blobc52a3dc2069a24b2ae0959c12cf288c59ff8313d
1 /* -*-c-*- */
3 /* Wrappers for io functions from the standard library that might be
4 * interrupted. These functions are restarted when necessary.
5 */
7 /* ---------------------------- interface functions ------------------------ */
9 ssize_t fvwm_send(int s, const void *buf, size_t len, int flags);
10 ssize_t fvwm_recv(int s, void *buf, size_t len, int flags);