|
NAMExosd_set_horizontal_offset - Change the indent of the XOSD windowSYNOPSIS#include <xosd.h>int xosd_set_horizontal_offset (xosd* osd, int
offset);
DESCRIPTIONxosd_set_horizontal_offset changes the number of pixels the XOSD window is indent from the left of the screen.ARGUMENTS
RETURN VALUEOn success, a zero is returned. On error, -1 is returned.SEE ALSOxosd_create(3xosd), xosd_set_align(3xosd)
Visit the GSP FreeBSD Man Page Interface. |