CComponents: don't paint the same box with different colors as background

This commit is contained in:
Jacek Jendrzej
2013-04-04 12:19:31 +02:00
parent a841aa3790
commit d18217effb
2 changed files with 20 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ class CComponents
bool firstPaint, shadow, is_painted, paint_bg;
void initVarBasic();
bool allowPaint(int i);
void paintFbItems(bool do_save_bg = true);
virtual fb_pixel_t* getScreen(int ax, int ay, int dx, int dy);
comp_screen_data_t saved_screen;