xosd_set_horizontal_offset - Man Page
Change the indent of the XOSD window
Synopsis
#include <xosd.h>
int xosd_set_horizontal_offset (xosd* osd, int offset);
Description
xosd_set_horizontal_offset changes the number of pixels the XOSD window is indent from the left of the screen.
Arguments
- osd
The on-screen display object to act on.
- offset
Indent from the left of the screen, in pixels.
Return Value
On success, a zero is returned. On error, -1 is returned.
See Also
xosd_create(3xosd), xosd_set_align(3xosd)
Info
2002-06-25 X OSD Library