1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00

Minor build fix, but do it right.

This commit is contained in:
Brenden Matthews 2021-04-18 11:02:19 -05:00
parent cc092014a3
commit ca3574436b
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -301,9 +301,9 @@ void set_updatereset(int);
int get_updatereset(void);
int get_total_updates(void);
#ifdef BUILD_XFT
#if defined(BUILD_X11) && defined(BUILD_XFT)
static int xft_dpi;
#endif /* BUILD_XFT */
#endif /* defined(BUILD_X11) && defined(BUILD_XFT) */
int xft_dpi_scale(int value);
int get_saved_coordinates_x(int);