mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-14 03:23:29 +00:00
Only include disp when needed
This commit is contained in:
parent
bd99fe5d81
commit
9153318329
@ -242,6 +242,9 @@ enum alignment {
|
|||||||
NONE
|
NONE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* display to connect to */
|
||||||
|
static char *disp = NULL;
|
||||||
|
|
||||||
#endif /* X11 */
|
#endif /* X11 */
|
||||||
|
|
||||||
/* struct that has all info to be shared between
|
/* struct that has all info to be shared between
|
||||||
@ -251,9 +254,6 @@ struct information info;
|
|||||||
/* default config file */
|
/* default config file */
|
||||||
static char *current_config;
|
static char *current_config;
|
||||||
|
|
||||||
/* display to connect to */
|
|
||||||
static char *disp = NULL;
|
|
||||||
|
|
||||||
/* set to 1 if you want all text to be in uppercase */
|
/* set to 1 if you want all text to be in uppercase */
|
||||||
static unsigned int stuff_in_upper_case;
|
static unsigned int stuff_in_upper_case;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user