X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=a0c47fb0da23f0fb5ceb5243dff1f3bb80e81238;hp=ffa5d792ee199f16e5bb26c5e6557054520f8e5c;hb=1775d4d4147730e79e48aa941aee88580b8beb08;hpb=dd98d31d017bbbe16bf6711e0343b267dd6cfe89 diff --git a/gui_theme.c b/gui_theme.c index ffa5d792..a0c47fb0 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -1,10 +1,9 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2013 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,