summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gui/interface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index 7a2ad51a68..376a8ef056 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -60,6 +60,7 @@ void guiGetEvent( int type,char * arg )
case guiSetPause: guiIntfStruct.Playing=2; mplState(); break;
}
break;
+#ifdef HAVE_NEW_INPUT
case guiIEvent:
printf( "cmd: %d\n",(int)arg );
switch( (int)arg )
@@ -74,6 +75,7 @@ void guiGetEvent( int type,char * arg )
mplEventHandling( guiCMDArray[ (int)arg - MP_CMD_GUI_EVENTS - 1 ],0 );
}
break;
+#endif
}
}