reverting

This commit is contained in:
arg@mmvi
2006-09-26 13:39:00 +02:00
parent 3b590beda2
commit 14133be5bd
3 changed files with 7 additions and 9 deletions

View File

@ -43,8 +43,7 @@ extern DC dc; /* global drawing context */
/* draw.c */
extern void drawtext(const char *text,
unsigned long col[ColLast]); /* draws text with the defined color tuple */
extern unsigned long getcolor(
const char *colstr, const char *alternate); /* returns color of colstr */
extern unsigned long getcolor(const char *colstr); /* returns color of colstr */
extern void setfont(const char *fontstr); /* sets global font */
extern unsigned int textw(const char *text); /* returns width of text in px */