mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
Minor build fix, but do it right.
This commit is contained in:
parent
cc092014a3
commit
ca3574436b
@ -301,9 +301,9 @@ void set_updatereset(int);
|
|||||||
int get_updatereset(void);
|
int get_updatereset(void);
|
||||||
int get_total_updates(void);
|
int get_total_updates(void);
|
||||||
|
|
||||||
#ifdef BUILD_XFT
|
#if defined(BUILD_X11) && defined(BUILD_XFT)
|
||||||
static int xft_dpi;
|
static int xft_dpi;
|
||||||
#endif /* BUILD_XFT */
|
#endif /* defined(BUILD_X11) && defined(BUILD_XFT) */
|
||||||
int xft_dpi_scale(int value);
|
int xft_dpi_scale(int value);
|
||||||
|
|
||||||
int get_saved_coordinates_x(int);
|
int get_saved_coordinates_x(int);
|
||||||
|
Loading…
Reference in New Issue
Block a user