1xosd_hide(3xosd)                                              xosd_hide(3xosd)
2
3
4

NAME

6       xosd_hide - hide the XOSD window
7

SYNOPSIS

9       #include <xosd.h>
10
11       int xosd_hide (xosd* osd);
12

DESCRIPTION

14       xosd_hide  hides  (unmaps)  the  xosd window.  Call xosd_show(3xosd) to
15       make the window visible again.
16
17       When xosd_display(3xosd) is called data will be shown until the pre-set
18       time  has  elapsed.   By  calling  xosd_hide  the window is prematurely
19       removed from the display.
20

ARGUMENTS

22       osd       The on-screen display object to act on.
23

RETURN VALUE

25       On success, a zero is returned.  On error, -1 is returned.
26

SEE ALSO

28       xosd_init(3xosd), xosd_display(3xosd), xosd_show(3xosd)
29
30
31
32
33X OSD Library                     2002-06-25                  xosd_hide(3xosd)
Impressum