[vlc-devel] commit: macosx: Remove VLCApplication Hack. No need for that we properly do everything related to libvlc kill elsewhere . (Pierre d'Herbemont )
Pierre d'Herbemont
pdherbemont at free.fr
Mon Aug 18 09:01:23 CEST 2008
On Aug 18, 2008, at 1:10 AM, Derk-Jan Hartman wrote:
> The hacks for this used to be in place i think for the Quit from the
> Dockmenu. If i remember correctly it behaved differently compared to
> other Quit patterns. I'm not sure if or on which OS versions they are/
> might still be necessary.
Well, everything is handled from the applicationWillTerminate delegate
method now... This method should be called anyway.
I remember that the old behaviour was to rely on [NSApp run] to
return, which did not happen if Cmd-Q was hit. But now we don't need
that. (See the longjmp hack).
Pierre.
More information about the vlc-devel
mailing list