[vlc-commits] [Git][videolan/vlc][master] window_macosx: fix vout_window drawable type

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed May 18 12:39:28 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
927d9cc1 by Alexandre Janniaux at 2022-05-18T11:01:45+00:00
window_macosx: fix vout_window drawable type

It was missing from 514954e217b75d28ae2be50f75b8ad07c8330c06.

- - - - -


1 changed file:

- modules/video_output/window_macosx.m


Changes:

=====================================
modules/video_output/window_macosx.m
=====================================
@@ -601,6 +601,7 @@ static int DrawableOpen(vlc_window_t *wnd)
 
     wnd->ops = &drawable_ops;
     wnd->handle.nsobject = (__bridge_retained void*)drawable;
+    wnd->type = VLC_WINDOW_TYPE_NSOBJECT;
     return VLC_SUCCESS;
 }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/927d9cc1be94b5b94ea15e48ffbcf19142bd8adf

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