X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.h;h=2a3214d0e11acb64d8064ecbfd335a1e06898203;hp=abc3191befcb29abd0fda8bb93d3c51c3a697f38;hb=fb4022dfafa1d6f86f741767ecaed8e41c53352a;hpb=002731cd3938f3be6b71651e56c062af1adcdec0 diff --git a/gui.h b/gui.h index abc3191b..2a3214d0 100644 --- a/gui.h +++ b/gui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2013 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