Add static globals TODO/FIXME note

This commit is contained in:
twinaphex 2020-07-20 02:02:00 +02:00
parent 9fb54a0a1c
commit c387071298

View File

@ -156,6 +156,7 @@ typedef struct glsl_shader_data
struct video_shader *shader;
} glsl_shader_data_t;
/* TODO/FIXME - static globals */
static bool glsl_core;
static unsigned glsl_major;
static unsigned glsl_minor;