X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui.h;h=6f7349bb7a75f09b50f4fa6f62181085fab4ae9f;hb=1833dfd4333e8c3099ba2fac39245e11fd123ae0;hp=f8c6712b4d6870003cac507ed429dec47abdeca7;hpb=92f089b820b45a5dbdc5b4f69d596105d5acba68;p=paraslash.git diff --git a/gui.h b/gui.h index f8c6712b..6f7349bb 100644 --- a/gui.h +++ b/gui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Andre Noll + * Copyright (C) 2007-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -20,7 +20,6 @@ struct gui_theme { int output_fg, output_bg; int msg_fg, msg_bg; int err_msg_fg, err_msg_bg; - int welcome_fg, welcome_bg; int sep_fg, sep_bg; const char *sep_str; int default_fg, default_bg; @@ -30,7 +29,7 @@ struct gui_theme { struct stat_item_data data[NUM_STAT_ITEMS]; }; -void init_theme(int i, struct gui_theme *); +void init_theme_or_die(const char *name, struct gui_theme *t); void next_theme(struct gui_theme *); void prev_theme(struct gui_theme *); #define LEFT 1