From 300e237de8fb0a3a405e1432f79f792845677db8 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Mon, 2 Aug 2010 15:13:33 +0100 Subject: [PATCH] retyped promptw --- dmenubar/dmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmenubar/dmenu.c b/dmenubar/dmenu.c index 608023d..175cbdc 100644 --- a/dmenubar/dmenu.c +++ b/dmenubar/dmenu.c @@ -42,7 +42,6 @@ static void setup(void); static void usage(void); static char text[4096]; -static int promptw; static size_t cursor = 0; static const char *prompt = NULL; static const char *normbgcolor = "#cccccc"; @@ -52,6 +51,7 @@ static const char *selfgcolor = "#ffffff"; static unsigned int inputw = 0; static unsigned int lines = 0; static unsigned int mw, mh; +static unsigned int promptw; static unsigned long normcol[ColLast]; static unsigned long selcol[ColLast]; static Atom utf8;