Mercurial > dwm-meillo
comparison event.c @ 43:989178822938
changed default colors
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 11:43:05 +0200 |
parents | 082c75b937b5 |
children | 529901e6a227 |
comparison
equal
deleted
inserted
replaced
42:040a7074d23c | 43:989178822938 |
---|---|
7 #include <stdlib.h> | 7 #include <stdlib.h> |
8 #include <string.h> | 8 #include <string.h> |
9 #include <X11/keysym.h> | 9 #include <X11/keysym.h> |
10 #include <X11/Xatom.h> | 10 #include <X11/Xatom.h> |
11 | 11 |
12 #include "wm.h" | 12 #include "dwm.h" |
13 | 13 |
14 /* local functions */ | 14 /* local functions */ |
15 static void buttonpress(XEvent *e); | 15 static void buttonpress(XEvent *e); |
16 static void configurerequest(XEvent *e); | 16 static void configurerequest(XEvent *e); |
17 static void destroynotify(XEvent *e); | 17 static void destroynotify(XEvent *e); |