summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.h b/src/data.h
index a7785de..947b571 100644
--- a/src/data.h
+++ b/src/data.h
@@ -177,8 +177,8 @@ struct rp_screen
int current_frame;
#ifdef USE_XFT_FONT
- XftFont *ft_font;
- XftColor color;
+ XftFont *xft_font;
+ XftColor xft_color;
#endif
};