X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.h;h=13f50806db43c7bdc93da180e3ad61a3b9d71d63;hp=2a3214d0e11acb64d8064ecbfd335a1e06898203;hb=2bd6a294428d7acb1da1b0cf7f4ed569ad0e018a;hpb=c5e38315901ea63efd169af5d4ba3f3c66db7de9 diff --git a/gui.h b/gui.h index 2a3214d0..13f50806 100644 --- a/gui.h +++ b/gui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Andre Noll + * Copyright (C) 2007-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -20,9 +20,8 @@ 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; + char sep_char; int default_fg, default_bg; int top_lines_default, top_lines_min; @@ -30,9 +29,9 @@ struct gui_theme { struct stat_item_data data[NUM_STAT_ITEMS]; }; -void init_theme_or_die(const char *name, struct gui_theme *t); -void next_theme(struct gui_theme *); -void prev_theme(struct gui_theme *); +void theme_init(const char *name, struct gui_theme *t); +void theme_prev(struct gui_theme *t); +void theme_next(struct gui_theme *t); #define LEFT 1 #define RIGHT 2 #define CENTER 3