screen font -> xftfont

This commit is contained in:
okan
2012-12-17 14:20:52 +00:00
parent 96cd288a2a
commit 980c6de1ff
2 changed files with 8 additions and 8 deletions

View File

@@ -220,7 +220,7 @@ struct screen_ctx {
struct cycle_entry_q mruq;
XftColor xftcolor[CWM_COLOR_MENU_MAX];
XftDraw *xftdraw;
XftFont *font;
XftFont *xftfont;
int xinerama_no;
XineramaScreenInfo *xinerama;
#define CALMWM_NGROUPS 9