Skip to content
Snippets Groups Projects
Commit 8048d4ed authored by Steve Lhomme's avatar Steve Lhomme
Browse files

kva: fix compilation

Broken in c8b61aaa.
parent 80ab9aa3
No related branches found
No related tags found
1 merge request!6680kva: fix compilation
Pipeline #557133 passed with stage
in 16 minutes and 28 seconds
......@@ -883,7 +883,7 @@ static MRESULT EXPENTRY WndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2 )
int y = i_mouse_y;
/* Invert Y coordinate */
y = vd->cfg.display.height - y;
y = vd->cfg->display.height - y;
vlc_window_ReportMouseMoved( vd->cfg->window, x, y );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment