X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.h;h=aad2048874468f9bf18ef10d1b18b3303747b91f;hp=26628b1c5a41da5d6c4ff2c3dc9c7ee630c12a5b;hb=e9ac00becb2aba5bbbf51b4803b81b10ed4d6788;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde diff --git a/gui.h b/gui.h index 26628b1c..aad20488 100644 --- a/gui.h +++ b/gui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2011 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