Commit 250e1283 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Mac OS X: Make "Force Quit" works the first time it is triggered.

parent a85849f9
...@@ -202,6 +202,11 @@ static void *SigHandler (void *data) ...@@ -202,6 +202,11 @@ static void *SigHandler (void *data)
time_t abort_time = 0; time_t abort_time = 0;
vlc_bool_t b_die = VLC_FALSE; vlc_bool_t b_die = VLC_FALSE;
#ifdef __APPLE__
/* We really prefer the "force quit" menu item to act immediately */
b_die = VLC_TRUE;
#endif
for (;;) for (;;)
{ {
int i_signal, state; int i_signal, state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment