1xosd_set_horizontal_offset(3xosd)            xosd_set_horizontal_offset(3xosd)
2
3
4

NAME

6       xosd_set_horizontal_offset - Change the indent of the XOSD window
7

SYNOPSIS

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

DESCRIPTION

14       xosd_set_horizontal_offset changes the number of pixels the XOSD window
15       is indent from the left of the screen.
16

ARGUMENTS

18       osd       The on-screen display object to act on.
19
20       offset    Indent from the left of the screen, in pixels.
21

RETURN VALUE

23       On success, a zero is returned.  On error, -1 is returned.
24

SEE ALSO

26       xosd_create(3xosd), xosd_set_align(3xosd)
27
28
29
30X OSD Library                     2002-06-25 xosd_set_horizontal_offset(3xosd)
Impressum