summaryrefslogtreecommitdiff
path: root/xine_frontend_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_frontend_main.c')
-rw-r--r--xine_frontend_main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 62bb99fb..e44dc383 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.30 2007-05-17 23:24:17 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.31 2007-05-18 14:43:00 phintuka Exp $
*
*/
@@ -16,9 +16,6 @@
#include "tools/vdrdiscovery.h"
-/* include LIRC forwarding code */
-#include "xine_frontend_lirc.c"
-
#if 0
static void xine_log_cb(void *data, int section)
@@ -48,6 +45,9 @@ pthread_t kbd_thread;
struct termios tm, saved_tm;
volatile int terminate_key_pressed = 0;
+/* include LIRC forwarding code */
+#include "xine_frontend_lirc.c"
+
static int read_key(void)
{
unsigned char ch;
@@ -155,7 +155,7 @@ static void *kbd_receiver_thread(void *fe)
terminate_key_pressed = 1;
break;
}
-#ifdef XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN
+#if defined(XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN) || defined(INTERPRET_LIRC_KEYS)
# ifndef IS_FBFE
if(code == 'f' || code == 'F') {
sxfe_toggle_fullscreen((sxfe_t*)fe);