X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=4abc45ec6e7a0cd60872d840a04d4f2659ca5119;hp=ffa5d792ee199f16e5bb26c5e6557054520f8e5c;hb=4a4d8f266a79275d7b2c902dc69b5ec8d46406b2;hpb=1c8226eae0e976d940366cd10bd708d8e4d0bca5 diff --git a/gui_theme.c b/gui_theme.c index ffa5d792..4abc45ec 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -362,7 +362,7 @@ struct theme_description { void (*init)(struct gui_theme *t); }; -struct theme_description themes[] = { +static struct theme_description themes[] = { { .name = "colorful blackness", .init = init_theme_colorful_blackness,