comparison draw.c @ 32:082c75b937b5

removed unnecessary crap
author Anselm R. Garbe <garbeam@wmii.de>
date Thu, 13 Jul 2006 01:30:55 +0200
parents 2e0fb4130bfb
children e90449e03167
comparison
equal deleted inserted replaced
31:386649deb651 32:082c75b937b5
4 */ 4 */
5 5
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <string.h> 7 #include <string.h>
8 8
9 #include "draw.h" 9 #include <X11/Xlocale.h>
10 #include "util.h" 10
11 #include "wm.h"
11 12
12 static void 13 static void
13 drawborder(Display *dpy, Brush *b) 14 drawborder(Display *dpy, Brush *b)
14 { 15 {
15 XPoint points[5]; 16 XPoint points[5];