summaryrefslogtreecommitdiffstats
path: root/video/out/gl_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_utils.h')
-rw-r--r--video/out/gl_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/gl_utils.h b/video/out/gl_utils.h
index 514b873dbe..b73e12a8eb 100644
--- a/video/out/gl_utils.h
+++ b/video/out/gl_utils.h
@@ -80,4 +80,6 @@ void fbotex_uninit(struct fbotex *fbo);
void gl_matrix_ortho2d(float m[3][3], float x0, float x1, float y0, float y1);
+void gl_set_debug_logger(GL *gl, struct mp_log *log);
+
#endif