1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 01:57:09 +00:00

Fix commit 2c8ef724e6 which fails to build when X11 is not enabled

This commit is contained in:
Cesare Tirabassi 2010-02-17 12:51:11 +01:00
parent efb39867c7
commit 26fc643ffb

View File

@ -2916,6 +2916,7 @@ static int do_config_step(int *line, FILE *fp, char *buf, char **name, char **va
return 0;
}
#ifdef X11
void setalignment(int* text_alignment, unsigned int windowtype, const char* value, const char *f, int line, bool conffile) {
#ifdef OWN_WINDOW
if (windowtype == TYPE_DOCK) {
@ -2936,6 +2937,7 @@ void setalignment(int* text_alignment, unsigned int windowtype, const char* valu
CONF_ERR;
}
}
#endif /* X11 */
char load_config_file(const char *f)
{