From 319e9cc25a7487a0ce98764bf2a08f9b0f7b2ef9 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 24 Nov 2019 21:59:47 -0500 Subject: [PATCH] widecolor: don't require a plane --- src/bin/demo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/demo.h b/src/bin/demo.h index 0221e82fe..5bcd17c43 100644 --- a/src/bin/demo.h +++ b/src/bin/demo.h @@ -9,7 +9,7 @@ extern "C" { #define FADE_MILLISECONDS 500 -int widecolor_demo(struct notcurses* nc, struct ncplane* n); +int widecolor_demo(struct notcurses* nc); int box_demo(struct notcurses* nc); int grid_demo(struct notcurses* nc);