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

FreeBSD Manual Pages

  
 
  

home | help
xosd_set_pos(3xosd)					   xosd_set_pos(3xosd)

NAME
       xosd_set_pos - Change the position of the XOSD window

SYNOPSIS
       #include	<xosd.h>

       int xosd_set_pos	(xosd* osd, xosd_pos pos);

DESCRIPTION
       xosd_set_pos  changes  the  position of the XOSD	window,	which was ini-
       tially set when xosd_init(3xosd)	was called.

ARGUMENTS
       osd	 The on-screen display object to act on.

       pos	 One of	XOSD_top or XOSD_bottom	(for the top or	the bottom  of
		 the screen respectively).

RETURN VALUE
       On success, a zero is returned.	On error, -1 is	returned.

SEE ALSO
       xosd_init(3xosd)	xosd_set_offset(3xosd)

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

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

home | help