1xosd_set_horizontal_offset(3xosd) xosd_set_horizontal_offset(3xosd)
2
3
4
6 xosd_set_horizontal_offset - Change the indent of the XOSD window
7
9 #include <xosd.h>
10
11 int xosd_set_horizontal_offset (xosd* osd, int offset);
12
14 xosd_set_horizontal_offset changes the number of pixels the XOSD window
15 is indent from the left of the screen.
16
18 osd The on-screen display object to act on.
19
20 offset Indent from the left of the screen, in pixels.
21
23 On success, a zero is returned. On error, -1 is returned.
24
26 xosd_create(3xosd), xosd_set_align(3xosd)
27
28
29
30X OSD Library 2002-06-25 xosd_set_horizontal_offset(3xosd)