[vlc-commits] [Git][videolan/vlc][master] kva: fix compilation
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Mon Jan 20 07:27:01 UTC 2025
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
8048d4ed by Steve Lhomme at 2025-01-20T07:11:36+00:00
kva: fix compilation
Broken in c8b61aaaa66745dabd7094c377ecd6a98f8496ed.
- - - - -
1 changed file:
- modules/video_output/kva.c
Changes:
=====================================
modules/video_output/kva.c
=====================================
@@ -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 );
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8048d4ed4a1aad797121c4194482dcdcc78ee4e1
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8048d4ed4a1aad797121c4194482dcdcc78ee4e1
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list