Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
xosd_show(3xosd)						xosd_show(3xosd)

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 us-
     ing 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)

X OSD Library			   2002-06-25			xosd_show(3xosd)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xosd_show&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help