xosd_show - Man Page
make the XOSD window visible
Synopsis
#include <xosd.h>
int xosd_show (xosd* osd);
Description
Call xosd_show to redisplay the data that has been previously displayed using xosd_display(3xosd).
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(3xosd), xosd_display(3xosd), xosd_hide(3xosd)
Info
2002-06-25 X OSD Library