From d170c644489765f19d702e18f05f20b99cfbc95b Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Tue, 26 May 2015 07:15:12 +0200 Subject: Add an empty button Signed-off-by: Olliver Schinagl --- src/eulogium.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/eulogium.c b/src/eulogium.c index b00a695..31e65b6 100644 --- a/src/eulogium.c +++ b/src/eulogium.c @@ -41,6 +41,16 @@ static struct button_def but_return = { .data = NULL, }; +static struct button_def but_empty = { + .text = "N/A", + .cb = { + .func = NULL, + .data = NULL, + .info = "Function not implemented", + }, + .data = NULL, +}; + static struct button_def but_print_abort = { .text = "ABORT", .cb = { -- cgit v0.12