unroll the CCTOSC macro; from Thomas Pfaff

ok oga@
This commit is contained in:
okan
2009-08-27 01:38:08 +00:00
parent b9f8367089
commit 7295c51155
4 changed files with 14 additions and 16 deletions

View File

@@ -491,8 +491,6 @@ XftFont *font_make(struct screen_ctx *, const char *);
#define font_descent() Conf.DefaultFont->descent
#define font_height() Conf.FontHeight
#define CCTOSC(cc) (cc->sc)
/* Externs */
extern Display *X_Dpy;