logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xosd_set_vertical_offset - Change the offset of the XOSD window

Arguments

osd       The on-screen display object to act on.

       offset    Offset from the top or bottom of the screen, in pixels.

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.

Name

       xosd_set_vertical_offset - Change the offset of the XOSD window

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)

Synopsis

#include<xosd.h>intxosd_set_vertical_offset(xosd*osd,intoffset);

See Also