Browse Source

resorted globals

master
Connor Lane Smith 14 years ago
parent
commit
128d4cf376
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c View File

@ -41,8 +41,8 @@ static void usage(void);
static char text[BUFSIZ];
static int bh, mw, mh;
static int inputw = 0;
static int promptw;
static int lines = 0;
static int promptw;
static size_t cursor = 0;
static const char *font = NULL;
static const char *prompt = NULL;


Loading…
Cancel
Save