1xosd_hide(3xosd) xosd_hide(3xosd)
2
3
4
6 xosd_hide - hide the XOSD window
7
9 #include <xosd.h>
10
11 int xosd_hide (xosd* osd);
12
14 xosd_hide hides (unmaps) the xosd window. Call xosd_show[4m(3xosd) to
15 make the window visible again.
16
17 When xosd_display[4m(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
22 osd The on-screen display object to act on.
23
25 On success, a zero is returned. On error, -1 is returned.
26
28 xosd_init(3xosd), xosd_display(3xosd), xosd_show(3xosd)
29
30
31
32
33X OSD Library 2002-06-25 xosd_hide(3xosd)