[vlc-commits] [Git][videolan/vlc][master] xdg-shell: fix build

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Tue May 17 14:39:48 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
6c1229d9 by Rémi Denis-Courmont at 2022-05-17T17:39:20+03:00
xdg-shell: fix build

Regression from 1ccf35ba85e2216d3ef04f197abf009e672da00d.

- - - - -


1 changed file:

- modules/video_output/wayland/xdg-shell.c


Changes:

=====================================
modules/video_output/wayland/xdg-shell.c
=====================================
@@ -343,7 +343,7 @@ static void xdg_toplevel_configure_bounds_cb(
         int32_t width, int32_t height
 ){
     // TODO for tiling window managers
-    vout_window_t *wnd = data;
+    vlc_window_t *wnd = data;
     vout_window_sys_t *sys = wnd->sys;
 
     msg_Dbg(wnd, "window configure bounds: %" PRId32 "x%" PRId32,



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6c1229d91cd5e0b6230ff74c30cc8fd8aa0de32f

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6c1229d91cd5e0b6230ff74c30cc8fd8aa0de32f
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