X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.h;h=13f50806db43c7bdc93da180e3ad61a3b9d71d63;hp=e6e4167f9bc5d5411b18dcbb6f8df91c35621177;hb=dbd982ace13078dc6615fa66ccb5dc8134f6ec35;hpb=3d9df3244a04aaf5c0c216f2e475f5355cf9721b diff --git a/gui.h b/gui.h index e6e4167f..13f50806 100644 --- a/gui.h +++ b/gui.h @@ -29,9 +29,9 @@ struct gui_theme { struct stat_item_data data[NUM_STAT_ITEMS]; }; -void init_theme_or_die(const char *name, struct gui_theme *t); -void next_theme(struct gui_theme *); -void prev_theme(struct gui_theme *); +void theme_init(const char *name, struct gui_theme *t); +void theme_prev(struct gui_theme *t); +void theme_next(struct gui_theme *t); #define LEFT 1 #define RIGHT 2 #define CENTER 3