Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Dec 25, 2024
1 parent a67b65c commit cba707f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CImg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3256,8 +3256,7 @@ namespace cimg_library {
unsigned int curr_resolution;
unsigned int nb_resolutions;
#endif
X11_attr():nb_wins(0),events_thread(0),wait_event(PTHREAD_COND_INITIALIZER),
wait_event_mutex(PTHREAD_MUTEX_INITIALIZER),display(0),nb_bits(0),
X11_attr():nb_wins(0),events_thread(0),display(0),nb_bits(0),
is_blue_first(false),is_shm_enabled(false),byte_order(false) {
#ifdef __FreeBSD__
XInitThreads();
Expand Down

0 comments on commit cba707f

Please sign in to comment.