--- rxvt-unicode/src/defaultfont.h 2003/12/18 04:14:30 1.7 +++ rxvt-unicode/src/defaultfont.h 2004/01/17 01:20:01 1.9 @@ -1,9 +1,5 @@ -/* - * $Id: defaultfont.h,v 1.7 2003/12/18 04:14:30 pcg Exp $ - */ - -#ifndef _DEFAULTFONT_H_ -#define _DEFAULTFONT_H_ +#ifndef DEFAULTFONT_H_ +#define DEFAULTFONT_H_ #ifdef HAVE_XSETLOCALE # define X_LOCALE @@ -21,16 +17,15 @@ #include "rxvtlib.h" #include "feature.h" #include "encoding.h" -#include "rxvtvec.h" +#include "rxvtstl.h" struct rxvt_fontprop { enum { medium = 100, bold = 200, roman = 0, italic = 100, }; - int height; - int weight; - int slant; + int width, height; + int weight, slant; }; struct rxvt_font {