[client] egl: implement SDR to HDR mapping for cursors

This commit is contained in:
Geoffrey McRae
2026-07-17 04:44:38 +10:00
parent f77986b863
commit 9803f5b12a
3 changed files with 84 additions and 2 deletions

View File

@@ -52,3 +52,5 @@ void egl_cursorSetState(EGL_Cursor * cursor, const bool visible,
struct CursorState egl_cursorRender(EGL_Cursor * cursor,
LG_RendererRotate rotate, int width, int height);
void egl_cursorSetHDRState(EGL_Cursor * cursor, bool hdrActive, bool hdrPQ);