diff --git a/gfx/video_thread_wrapper.h b/gfx/video_thread_wrapper.h index 1e5767446b..f2d4bacdef 100644 --- a/gfx/video_thread_wrapper.h +++ b/gfx/video_thread_wrapper.h @@ -21,7 +21,6 @@ #include "../general.h" #include #include -#include "font_gl_driver.h" enum thread_cmd { @@ -172,10 +171,10 @@ typedef struct thread_video struct { - bool (*method)(const gl_font_renderer_t **font_driver, + bool (*method)(const void **font_driver, void **font_handle, void *video_data, const char *font_path, float font_size); - const gl_font_renderer_t **font_driver; + const void **font_driver; void **font_handle; void *video_data; const char *font_path;