From 2c006876418b12cc0b1c32950f14d7db649db5e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 23 Oct 2017 21:11:31 +0200 Subject: client API: minor bump + change entry for DRM related opengl-cb changes Commit cfcee4cfe705 forgot those. --- libmpv/opengl_cb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmpv/opengl_cb.h') diff --git a/libmpv/opengl_cb.h b/libmpv/opengl_cb.h index 1434c6cee3..0658a2e509 100644 --- a/libmpv/opengl_cb.h +++ b/libmpv/opengl_cb.h @@ -160,6 +160,9 @@ extern "C" { * mpv_opengl_cb_window_pos struct pointer defined below. * Note : The intended use is for hardware overlays that might require * upscaling features (typically upscaling GL windows with drm to screen size). + * + * This is never used for GL rendering - only to map hardware overlays to + * GL rendering (for backends which support it). */ struct mpv_opengl_cb_window_pos { int x; // left coordinates of window (usually 0) -- cgit v1.2.3