diff options
| -rw-r--r-- | dmenu.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -7,6 +7,7 @@ | |||
| 7 | #include <string.h> | 7 | #include <string.h> |
| 8 | #include <strings.h> | 8 | #include <strings.h> |
| 9 | #include <time.h> | 9 | #include <time.h> |
| 10 | |||
| 10 | #include <X11/Xlib.h> | 11 | #include <X11/Xlib.h> |
| 11 | #include <X11/Xatom.h> | 12 | #include <X11/Xatom.h> |
| 12 | #include <X11/Xutil.h> | 13 | #include <X11/Xutil.h> |
| @@ -622,7 +623,7 @@ main(int argc, char *argv[]) | |||
| 622 | if (!strcmp(argv[i], "-v")) { /* prints version information */ | 623 | if (!strcmp(argv[i], "-v")) { /* prints version information */ |
| 623 | puts("dmenu-"VERSION); | 624 | puts("dmenu-"VERSION); |
| 624 | exit(0); | 625 | exit(0); |
| 625 | } else if (!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */ | 626 | } else if (!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */ |
| 626 | topbar = false; | 627 | topbar = false; |
| 627 | else if (!strcmp(argv[i], "-f")) /* grabs keyboard before reading stdin */ | 628 | else if (!strcmp(argv[i], "-f")) /* grabs keyboard before reading stdin */ |
| 628 | fast = true; | 629 | fast = true; |
