1xosd_get_number_lines(3xosd) xosd_get_number_lines(3xosd)
23
4
NAME
6xosd_get_number_lines - Retrieve the number of lines the xosd object
7was initialized to display
8
SYNOPSIS
10#include <xosd.h>
1112
int xosd_get_number_lines(xosd* osd);
13
DESCRIPTION
15xosd_get_number_lines will get the number of lines the xosd object was
16initialized to display.
17
ARGUMENTS
19osd The on-screen display object to act on.
20
SEE ALSO
22xosd_init(3xosd),
2324
25
26
27
X OSD Library 2002-06-25 xosd_get_number_lines(3xosd)