1xosd_set_vertical_offset(3xosd) xosd_set_vertical_offset(3xosd)
2
3
4
6 xosd_set_vertical_offset - Change the offset of the XOSD window
7
9 #include <xosd.h>
10
11 int xosd_set_vertical_offset (xosd* osd, int offset);
12
14 xosd_set_vertical_offset changes the number of pixels the XOSD window
15 is offset from the top or bottom of the screen. This is normally set
16 to a value such as 48 to avoid desktop-panels, such as those provided
17 by GNOME or KDE.
18
20 osd The on-screen display object to act on.
21
22 offset Offset from the top or bottom of the screen, in pixels.
23
25 On success, a zero is returned. On error, -1 is returned.
26
28 xosd_init(3xosd), xosd_set_pos(3xosd)
29
30
31
32X OSD Library 2002-06-25 xosd_set_vertical_offset(3xosd)