mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-14 03:23:29 +00:00
X11 cleanup: Some more obvious BUILD_X11 -> BUILD_GUI
This commit is contained in:
parent
7bbf948fc3
commit
990c8277a5
@ -336,7 +336,7 @@ void draw_stuff();
|
|||||||
int percent_print(char *, int, unsigned);
|
int percent_print(char *, int, unsigned);
|
||||||
void human_readable(long long, char *, int);
|
void human_readable(long long, char *, int);
|
||||||
|
|
||||||
#ifdef BUILD_X11
|
#ifdef BUILD_GUI
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
extern conky::simple_config_setting<bool> utf8_mode;
|
extern conky::simple_config_setting<bool> utf8_mode;
|
||||||
|
@ -51,9 +51,9 @@ inline int scroll_character_length(char c) {
|
|||||||
|
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
#else /* BUILD_X11 */
|
#else /* BUILD_GUI */
|
||||||
(void)c;
|
(void)c;
|
||||||
#endif /* BUILD_X11 */
|
#endif /* BUILD_GUI */
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user