xosd_get_number_lines - Man Page
Retrieve the number of lines the xosd object was initialized to display
Synopsis
#include <xosd.h>
int xosd_get_number_lines(xosd* osd);
Description
xosd_get_number_lines will get the number of lines the xosd object was initialized to display.
Arguments
- osd
The on-screen display object to act on.
See Also
xosd_init(3xosd),
Info
2002-06-25 X OSD Library