X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.h;h=8f25c767b5384c49789101e87802527439b9c6ce;hp=f8c6712b4d6870003cac507ed429dec47abdeca7;hb=42ddd68159d7eff0f3e7c225665c97f9abd59425;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/gui.h b/gui.h index f8c6712b..8f25c767 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. */ @@ -30,7 +30,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