mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
438 B

  1. --- ./General/ir/ir.c~ 2001-03-05 14:17:44.000000000 +0100
  2. +++ ./General/ir/ir.c 2005-10-21 01:57:01.000000000 +0200
  3. @@ -16,10 +16,10 @@
  4. #include "ir.h"
  5. /* Important stuff to know */
  6. -static gboolean keepGoing = FALSE;
  7. +gboolean keepGoing = FALSE;
  8. /* The thread handle */
  9. -static pthread_t irapp_thread;
  10. +pthread_t irapp_thread;
  11. /* Declarations for calls that we need to mention in the plugin struct */
  12. static void init(void);