awesome/draw.h

12 lines
284 B
C
Raw Normal View History

2007-09-05 20:15:00 +02:00
/* See LICENSE file for copyright and license details. */
#ifndef JDWM_DRAW_H
#define JDWM_DRAW_H
#include "config.h"
void drawstatus(Display *, jdwm_config *); /* draw the bar */
inline unsigned int textw(const char *text); /* return the width of text in px */
#endif