#include "wm.h"

XFontStruct *font;

void initfont()
{
	font = XLoadQueryFont(display, "fixed");
}

