mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 20:44:56 +00:00
Only include disp when needed
This commit is contained in:
parent
bd99fe5d81
commit
9153318329
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user