diff options
| author | Connor Lane Smith <cls@lubutu.com> | 2010-08-18 17:35:23 +0100 |
|---|---|---|
| committer | Connor Lane Smith <cls@lubutu.com> | 2010-08-18 17:35:23 +0100 |
| commit | 128d4cf376beffbef82b93d6305ed7856eea10bd (patch) | |
| tree | c4178005eda5b422192497881b37c579815b8c47 | |
| parent | e4fdaba88d94d049c4140593cb2fd3208c8cf0f1 (diff) | |
resorted globals
| -rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -41,8 +41,8 @@ static void usage(void); | |||
| 41 | static char text[BUFSIZ]; | 41 | static char text[BUFSIZ]; |
| 42 | static int bh, mw, mh; | 42 | static int bh, mw, mh; |
| 43 | static int inputw = 0; | 43 | static int inputw = 0; |
| 44 | static int promptw; | ||
| 45 | static int lines = 0; | 44 | static int lines = 0; |
| 45 | static int promptw; | ||
| 46 | static size_t cursor = 0; | 46 | static size_t cursor = 0; |
| 47 | static const char *font = NULL; | 47 | static const char *font = NULL; |
| 48 | static const char *prompt = NULL; | 48 | static const char *prompt = NULL; |
