summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-08 21:40:44 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-08 21:40:44 +0000
commit876b028289c88748dd9c3e54d4a83e29a1c9e13b (patch)
treec495b6f191c2a13ccce8bb7d3ad1fc6c1532c928 /input/input.h
parent87340de57f001076cd8bac0f7b638cc667bf17c3 (diff)
downloadmpv-876b028289c88748dd9c3e54d4a83e29a1c9e13b.tar.bz2
mpv-876b028289c88748dd9c3e54d4a83e29a1c9e13b.tar.xz
Do not use exit_player in the signal handler, this code just can not
be called from a signal handler. Instead only make the input system generate quit commands for the first CTRL+C and otherwise do getch2_disable and exit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25651 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index dfbdd4b136..1cfb4b23ed 100644
--- a/input/input.h
+++ b/input/input.h
@@ -298,4 +298,6 @@ mp_input_uninit(void);
int
mp_input_check_interrupt(int time);
+extern int async_quit_request;
+
#endif /* INPUT_H */