1xosd_set_vertical_offset(3xosd)                xosd_set_vertical_offset(3xosd)
2
3
4

NAME

6       xosd_set_vertical_offset - Change the offset of the XOSD window
7

SYNOPSIS

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

DESCRIPTION

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

ARGUMENTS

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

RETURN VALUE

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

SEE ALSO

28       xosd_init(3xosd), xosd_set_pos(3xosd)
29
30
31
32X OSD Library                     2002-06-25   xosd_set_vertical_offset(3xosd)
Impressum