xosd_show(3) | Library Functions Manual | xosd_show(3) |
xosd_show - make the XOSD window visible
#include <xosd.h>
int xosd_show (xosd* osd);
Call xosd_show to redisplay the data that has been previously displayed using xosd_display(3).
On success, a zero is returned. On error, -1 is returned.
2002-06-25 | X OSD Library |