debian man page for xosd_set_vertical_offset

Query: xosd_set_vertical_offset

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

xosd_set_vertical_offset(3)				     Library Functions Manual				       xosd_set_vertical_offset(3)

NAME
xosd_set_vertical_offset - Change the offset of the XOSD window
SYNOPSIS
#include <xosd.h> int xosd_set_vertical_offset (xosd* osd, int offset);
DESCRIPTION
xosd_set_vertical_offset changes the number of pixels the XOSD window is offset from the top or bottom of the screen. This is normally set to a value such as 48 to avoid desktop-panels, such as those provided by GNOME or KDE.
ARGUMENTS
osd The on-screen display object to act on. offset Offset from the top or bottom of the screen, in pixels.
RETURN VALUE
On success, a zero is returned. On error, -1 is returned.
SEE ALSO
xosd_init(3), xosd_set_pos(3). X OSD Library 2002-06-25 xosd_set_vertical_offset(3)
Related Man Pages
osd_cat(1) - debian
xosd-config(1) - debian
xosd_create(3) - debian
osd_cat(1xosd) - suse
xosd(3) - suse
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file