diff audacious/main.c @ 2222:4de6e7d138c6 trunk

[svn] - make SIGTERM work in a threadsafe manner.
author nenolod
date Fri, 29 Dec 2006 19:51:55 -0800
parents cc6a05baa156
children 894f7aa46f83
line wrap: on
line diff
--- a/audacious/main.c	Fri Dec 29 14:33:09 2006 -0800
+++ b/audacious/main.c	Fri Dec 29 19:51:55 2006 -0800
@@ -211,6 +211,7 @@
     FALSE,			/* use XMMS-style file selection */
     TRUE,                       /* use extension probing         */
     255, 255, 255,		/* colorize r, g, b */
+    FALSE,			/* internal: whether or not to terminate */
 };
 
 typedef struct bmp_cfg_boolent_t {