CComponents: More precise error message (commit f813b9e)

This commit is contained in:
M. Liebmann
2014-03-03 19:33:24 +01:00
parent c0245159f4
commit d1b8246316
2 changed files with 23 additions and 13 deletions

View File

@@ -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();