From 91533183295ccc1dcf92395ff5e6403837251c6e Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Fri, 8 May 2009 16:04:16 +0200 Subject: [PATCH] Only include disp when needed --- src/conky.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conky.c b/src/conky.c index 5ad66e2a..524f2b38 100644 --- a/src/conky.c +++ b/src/conky.c @@ -242,6 +242,9 @@ enum alignment { NONE }; +/* display to connect to */ +static char *disp = NULL; + #endif /* X11 */ /* struct that has all info to be shared between @@ -251,9 +254,6 @@ struct information info; /* default config file */ static char *current_config; -/* display to connect to */ -static char *disp = NULL; - /* set to 1 if you want all text to be in uppercase */ static unsigned int stuff_in_upper_case;