window_macosx: allow creating the window object from the main thread
vlc_window objects have no specification of the thread running the code, so we cannot dispatch_sync to main_thread without risking crashing.
vlc_window objects have no specification of the thread running the code, so we cannot dispatch_sync to main_thread without risking crashing.
VideoLAN code repository instance