xosd_uninit(3) | Library Functions Manual | xosd_uninit(3) |
xosd_uninit - Destroy a XOSD window
#include <xosd.h>
int xosd_uninit (xosd* osd);
xosd_uninit destroys an existing xosd window, freeing the memory.
On success, a zero is returned. On error, -1 is returned.
2002-06-25 | X OSD Library |