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

Minor build fix.

This commit is contained in:
Brenden Matthews 2021-04-18 10:57:20 -05:00
parent 62c098761b
commit cc092014a3
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

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