xosd_get_number_lines(3) - Linux man page
Name
xosd_get_number_lines - Retrieve the number of lines the xosd object was initialized to displaySynopsis
#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.