summaryrefslogtreecommitdiff
path: root/src/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.c')
-rw-r--r--src/display.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/display.c b/src/display.c
index 122d455..b5f7f24 100644
--- a/src/display.c
+++ b/src/display.c
@@ -34,6 +34,7 @@
#include "lightctx.h"
#include "command.h"
+#include "crossfade.h"
#define OVERALL_BORDER (20.0)
#define OVERALL_SPLIT (0.5)
@@ -465,7 +466,7 @@ static gboolean key_press_sig(GtkWidget *da, GdkEventKey *event, struct lightctx
case GDK_KEY_KP_Enter :
if ( !nl->go_lock ) {
- printf("Go!\n");
+ test_fade(nl);
nl->go_lock = 1;
}
break;