xosd_show(3) - Linux man page

Name

xosd_show - 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)