X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.h;h=aad2048874468f9bf18ef10d1b18b3303747b91f;hp=f8c6712b4d6870003cac507ed429dec47abdeca7;hb=2d6e983de98d9d6382ed0b51a1723e15c40f3793;hpb=9417eae5ca2b9f10d25f769221e8fd91048bc68a diff --git a/gui.h b/gui.h index f8c6712b..aad20488 100644 --- a/gui.h +++ b/gui.h @@ -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