CComponents: More precise error message (commit aa7a96a)

Origin commit data
------------------
Commit: d1b8246316
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
This commit is contained in:
Michael Liebmann
2014-03-03 19:33:24 +01:00
parent 81dff173fe
commit 570b793a76
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();