--- xmms-1.2.10/General/ir/ir.c 2001-03-05 14:17:44.000000000 +0100 +++ xmms-1.2.10/General/ir/ir.c 2006-03-21 01:29:39.000000000 +0100 @@ -16,10 +16,10 @@ #include "ir.h" /* Important stuff to know */ -static gboolean keepGoing = FALSE; +gboolean keepGoing = FALSE; /* The thread handle */ -static pthread_t irapp_thread; +pthread_t irapp_thread; /* Declarations for calls that we need to mention in the plugin struct */ static void init(void);