mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 20:31:17 +00:00
Fix last commit which fails to build when X11 is not enabled
This commit is contained in:
parent
29ef435c8f
commit
925e80ac11
@ -4507,6 +4507,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, char setbyconffile) {
|
||||
#ifdef OWN_WINDOW
|
||||
if (windowtype == TYPE_DOCK) {
|
||||
@ -4527,6 +4528,7 @@ void setalignment(int* text_alignment, unsigned int windowtype, const char* valu
|
||||
CONF_ERR;
|
||||
}
|
||||
}
|
||||
#endif /* X11 */
|
||||
|
||||
char load_config_file(const char *f)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user