X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.h;h=aa29fcc3aed84ec406131ee2be8984e600af4f5c;hp=65342a4ddb17448774fe36be44b1465b024054a3;hb=4744d937c4160898d1fe151257606430750e580c;hpb=6668ac4a8c7f2a92efb9e6d405d954beff77d230 diff --git a/gui.h b/gui.h index 65342a4d..aa29fcc3 100644 --- a/gui.h +++ b/gui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2010 Andre Noll + * Copyright (C) 2007-2012 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