Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
xosd_set_horizontal_offset(3xosd)	       xosd_set_horizontal_offset(3xosd)

NAME
     xosd_set_horizontal_offset - 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)

X OSD Library			   2002-06-25  xosd_set_horizontal_offset(3xosd)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xosd_set_horizontal_offset&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help