aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-08-02 15:13:33 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-08-02 15:13:33 +0100
commitb54c179d585871d9c96311696f58824edeff09e4 (patch)
treeb1554d893e55dad40113711ece94f49d639d3585 /dmenu.c
parent06c18808b6f23bc5120533559e70fbcbff753e84 (diff)
downloaddmenu-b54c179d585871d9c96311696f58824edeff09e4.tar.gz
dmenu-b54c179d585871d9c96311696f58824edeff09e4.tar.bz2
dmenu-b54c179d585871d9c96311696f58824edeff09e4.zip
retyped promptw
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 608023d..175cbdc 100644
--- a/dmenu.c
+++ b/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;