Adjust testgl.c to test gl_release_behavior

This commit is contained in:
Ramez Ragaa 2024-12-28 23:47:54 +02:00 committed by Ryan C. Gordon
parent 3424ec948c
commit e98ee9bb04
3 changed files with 10 additions and 0 deletions

View file

@ -139,6 +139,7 @@ typedef struct
int gl_accum_blue_size;
int gl_accum_alpha_size;
int gl_stereo;
int gl_release_behavior;
int gl_multisamplebuffers;
int gl_multisamplesamples;
int gl_retained_backing;