mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
CComponents: More precise error message (commit f813b9e
)
This commit is contained in:
@@ -101,7 +101,7 @@ class CComponents
|
||||
void paintFbItems(bool do_save_bg = true);
|
||||
|
||||
///check current fbdtata position and dimensions, parameter fbdata is an element of v_fbdata, returns false on error
|
||||
bool CheckFbData(const comp_fbdata_t& fbdata);
|
||||
bool CheckFbData(const comp_fbdata_t& fbdata, const char* func, const int line);
|
||||
|
||||
///clean up old screen buffer saved in v_fbdata
|
||||
virtual void clearFbData();
|
||||
|
Reference in New Issue
Block a user