1xosd_set_pos(3xosd) xosd_set_pos(3xosd)
2
3
4
6 xosd_set_align - Change the alignment of the XOSD window
7
9 #include <xosd.h>
10
11 int xosd_set_align (xosd* osd, xosd_align align);
12
14 xosd_set_align changes the alignment of the XOSD window, which is left
15 aligned by default.
16
18 osd The on-screen display object to act on.
19
20 pos One of XOSD_left , XOSD_center or XOSD_right (for the left,
21 center or right of the screen respectively).
22
24 On success, a zero is returned. On error, -1 is returned.
25
27 xosd_init(3xosd) xosd_set_offset(3xosd) xosd_set_pos(3xosd) xosd(3xosd)
28
29
30
31X OSD Library 2002-06-25 xosd_set_pos(3xosd)