From 5fa88af88b52b2bac9fa42e91da5d3dc49ee5f95 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sun, 15 Jul 2018 14:04:04 -0400 Subject: [PATCH] asoft_presenter: add new type --- asoft_presenter/asoft_presenter.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/asoft_presenter/asoft_presenter.c b/asoft_presenter/asoft_presenter.c index c9cd2b19..0447e1e1 100644 --- a/asoft_presenter/asoft_presenter.c +++ b/asoft_presenter/asoft_presenter.c @@ -133,11 +133,12 @@ struct footer_info { char *center; }; -#define SLIDE_40COL 0 -#define SLIDE_80COL 1 -#define SLIDE_HGR 2 -#define SLIDE_HGR2 3 -#define SLIDE_HGR_PLOT 4 +#define SLIDE_40COL 0 +#define SLIDE_80COL 1 +#define SLIDE_HGR 2 +#define SLIDE_HGR2 3 +#define SLIDE_HGR_PLOT 4 +#define SLIDE_NOCHANGE 5 #define MAX_SLIDES 89