/* * (C)opyright MMIV-MMVI Anselm R. Garbe * See LICENSE file for license details. */ #include #include #include #include "dumbwm.h" static void drawborder(void) { } void drawtext(const char *text, Bool invert, Bool border) { } unsigned long initcolor(const char *colstr) { } unsigned int textnw(char *text, unsigned int len) { } unsigned int textw(char *text) { } void initfont(const char *fontstr) { }