X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=4abc45ec6e7a0cd60872d840a04d4f2659ca5119;hp=ffa5d792ee199f16e5bb26c5e6557054520f8e5c;hb=a24d175e6d093d6d9f6e583c3026e45924bad621;hpb=dd98d31d017bbbe16bf6711e0343b267dd6cfe89 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,