mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user