We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5785e5 commit 68c8bffCopy full SHA for 68c8bff
CImg.h
@@ -3333,7 +3333,7 @@ namespace cimg_library {
3333
SDL_DisplayID display;
3334
SDL_ThreadID main_thread_id;
3335
const SDL_DisplayMode *mode;
3336
- SDL_Mutex *mutex_lock_display; //, *mutex_wait_event;
+ SDL_Mutex *mutex_lock_display;
3337
3338
SDL3_attr():nb_cimg_displays(0),display(0),mode(0),mutex_lock_display(0) {
3339
bool init_failed = true;
0 commit comments