dumbwm/draw.c

42 lines
480 B
C

/*
* (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
* See LICENSE file for license details.
*/
#include <stdio.h>
#include <string.h>
#include <X11/Xlocale.h>
#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)
{
}