X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=fa63e90972fa7b3b70ec9b2fec53adf098a3e107;hp=ffa5d792ee199f16e5bb26c5e6557054520f8e5c;hb=ba0c0797c76a2c94cb4a9f6938274fea5ba0226f;hpb=dd98d31d017bbbe16bf6711e0343b267dd6cfe89 diff --git a/gui_theme.c b/gui_theme.c index ffa5d792..fa63e909 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -1,10 +1,9 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -#include #include "para.h" #include "gui.h" #include @@ -362,7 +361,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,