xosd_uninit(3) - Linux man page
Name
xosd_uninit - Destroy a XOSD windowSynopsis
#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.