[hackers] [dmenu] resorted globals || Connor Lane Smith

From: <hg_AT_suckless.org>
Date: Wed, 18 Aug 2010 16:35:27 +0000 (UTC)

changeset: 361:0871becfffdc
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Wed Aug 18 17:35:23 2010 +0100
files: dmenu.c
description:
resorted globals

diff -r 67a85d8803d8 -r 0871becfffdc dmenu.c
--- a/dmenu.c Wed Aug 18 17:33:34 2010 +0100
+++ b/dmenu.c Wed Aug 18 17:35:23 2010 +0100
@@ -41,8 +41,8 @@
 static char text[BUFSIZ];
 static int bh, mw, mh;
 static int inputw = 0;
+static int lines = 0;
 static int promptw;
-static int lines = 0;
 static size_t cursor = 0;
 static const char *font = NULL;
 static const char *prompt = NULL;
Received on Wed Aug 18 2010 - 18:35:27 CEST

This archive was generated by hypermail 2.2.0 : Wed Aug 18 2010 - 18:36:05 CEST