diff options
-rw-r--r-- | dmenu.h | 4 | ||||
-rw-r--r-- | draw.c | 4 | ||||
-rw-r--r-- | main.c | 4 | ||||
-rw-r--r-- | util.c | 4 |
4 files changed, 4 insertions, 12 deletions
@@ -1,6 +1,4 @@ | |||
1 | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> | 1 | /* See LICENSE file for copyright and license details. */ |
2 | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> | ||
3 | * See LICENSE file for license details. */ | ||
4 | #include <X11/Xlib.h> | 2 | #include <X11/Xlib.h> |
5 | 3 | ||
6 | #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" | 4 | #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" |
@@ -1,6 +1,4 @@ | |||
1 | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> | 1 | /* See LICENSE file for copyright and license details. */ |
2 | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> | ||
3 | * See LICENSE file for license details. */ | ||
4 | #include "dmenu.h" | 2 | #include "dmenu.h" |
5 | #include <string.h> | 3 | #include <string.h> |
6 | 4 | ||
@@ -1,6 +1,4 @@ | |||
1 | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> | 1 | /* See LICENSE file for copyright and license details. */ |
2 | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> | ||
3 | * See LICENSE file for license details. */ | ||
4 | #include "dmenu.h" | 2 | #include "dmenu.h" |
5 | #include <ctype.h> | 3 | #include <ctype.h> |
6 | #include <locale.h> | 4 | #include <locale.h> |
@@ -1,6 +1,4 @@ | |||
1 | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> | 1 | /* See LICENSE file for copyright and license details. */ |
2 | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> | ||
3 | * See LICENSE file for license details. */ | ||
4 | #include "dmenu.h" | 2 | #include "dmenu.h" |
5 | #include <stdarg.h> | 3 | #include <stdarg.h> |
6 | #include <stdio.h> | 4 | #include <stdio.h> |