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