Skip to content
Snippets Groups Projects

kva: fix compilation

Merged Steve Lhomme requested to merge robUx4/vlc:kva-fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 );
Loading