xosd_uninit - Man Page
Destroy a XOSD window
Synopsis
#include <xosd.h>
int xosd_uninit (xosd* osd);
Description
xosd_uninit destroys an existing xosd window, freeing the memory.
Arguments
- osd
The on-screen display object to act on.
Return Value
On success, a zero is returned. On error, -1 is returned.
See Also
xosd_init(3)
Info
2002-06-25 X OSD Library