[hackers] [dmenu] retyped promptw || Connor Lane Smith

From: <hg_AT_suckless.org>
Date: Mon, 2 Aug 2010 14:13:36 +0000 (UTC)

changeset: 346:4bef776d2be7
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Mon Aug 02 15:13:33 2010 +0100
files: dmenu.c
description:
retyped promptw

diff -r 48f4db043a10 -r 4bef776d2be7 dmenu.c
--- a/dmenu.c Mon Aug 02 14:49:14 2010 +0100
+++ b/dmenu.c Mon Aug 02 15:13:33 2010 +0100
@@ -42,7 +42,6 @@
 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 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;
Received on Mon Aug 02 2010 - 16:13:36 CEST

This archive was generated by hypermail 2.2.0 : Mon Aug 02 2010 - 16:24:04 CEST