cc_frm/cc_item_text: use mutexes in some members

Watched some problems with thredead parts in some
window objects (e.g. messageboxes, clock ...) thx satbaby for some hints
and testings
This commit is contained in:
2019-10-27 16:24:47 +01:00
parent e40ae52779
commit 7f2c9ca41b
6 changed files with 294 additions and 219 deletions

View File

@@ -454,7 +454,7 @@ bool CCDraw::CheckFbData(const cc_fbdata_t& fbdata, const char* func, const int&
//screen area save
fb_pixel_t* CCDraw::getScreen(int ax, int ay, int dx, int dy)
fb_pixel_t* CCDraw::getScreen(int ax, int ay, int dx, int dy) const
{
fb_pixel_t* pixbuf = NULL;