X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=36033fec71320a467c07d0f7f4899cdc9ce86eac;hb=f4d15b1fec52bdd6d512577fd96490efaddb55eb;hp=822f9594922be0c99dd406e338560f7513abd55e;hpb=8012fcf3334148d2b39646fd372a7514cc74c250;p=dwm.git diff --git a/dwm.h b/dwm.h index 822f959..36033fe 100644 --- a/dwm.h +++ b/dwm.h @@ -131,6 +131,8 @@ extern void versatile(void); /* arranges all windows versatile */ /* main.c */ extern void drawstatus(void); /* draw the bar */ +extern void drawtext(const char *text, + unsigned long col[ColLast]); /* draw text */ extern unsigned int textw(const char *text); /* return the width of text in px*/ extern void quit(Arg *arg); /* quit dwm nicely */ extern void sendevent(Window w, Atom a, long value); /* send synthetic event to w */