1xosd_set_pos(3xosd) xosd_set_pos(3xosd)
2
3
4
6 xosd_set_pos - Change the position of the XOSD window
7
9 #include <xosd.h>
10
11 int xosd_set_pos (xosd* osd, xosd_pos pos);
12
14 xosd_set_pos changes the position of the XOSD window, which was ini‐
15 tially set when xosd_init(3xosd) was called.
16
17
19 osd The on-screen display object to act on.
20
21 pos One of XOSD_top or XOSD_bottom (for the top or the bottom of
22 the screen respectively).
23
25 On success, a zero is returned. On error, -1 is returned.
26
28 xosd_init(3xosd) xosd_set_offset(3xosd)
29
30
31
32X OSD Library 2002-06-25 xosd_set_pos(3xosd)