fix extra warning 05026fb5
Connor Lane Smith · 2011-10-16 18:26 1 file(s) · +1 −1
dmenu.c +1 −1
41 41
static char text[BUFSIZ] = "";
42 42
static int bh, mw, mh;
43 43
static int inputw, promptw;
44 -
static int lines = 0;
45 44
static size_t cursor = 0;
46 45
static const char *font = NULL;
47 46
static const char *prompt = NULL;
49 48
static const char *normfgcolor = "#000000";
50 49
static const char *selbgcolor  = "#0066ff";
51 50
static const char *selfgcolor  = "#ffffff";
51 +
static unsigned int lines = 0;
52 52
static unsigned long normcol[ColLast];
53 53
static unsigned long selcol[ColLast];
54 54
static Atom utf8;