widget/listframe.h: add function to get line height

Origin commit data
------------------
Branch: ni/coolstream
Commit: cb0ee9607e
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-02-11 (Mon, 11 Feb 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2019-02-11 21:49:09 +01:00
committed by vanhofen
parent 3bd76384f9
commit e9afb7c12f

View File

@@ -166,7 +166,7 @@ inline int getLines(void) {return(m_nNrOfLines);};
inline int getPages(void) {return(m_nNrOfPages);};
inline void showSelection(bool show) {m_showSelection = show;refreshLine(m_nSelectedLine);};
inline void movePosition(int x, int y){m_cFrame.iX = x; m_cFrame.iY = y;};
inline int getLineHeight() {return m_nFontListHeight;}
/* Variables */
typedef enum mode_