diff options
| author | Anselm R. Garbe <[email protected]> | 2007-09-16 20:02:42 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-09-16 20:02:42 +0200 |
| commit | 01022b95d65612462972bdd009896ba6fdd3063a (patch) | |
| tree | ce9aed0ce25627a4b8c501d05c5d6522e6edabbc | |
| parent | Mod1-Button2 on a floating but not-fixed client will make it tiled again (diff) | |
| download | dwm-01022b95d65612462972bdd009896ba6fdd3063a.tar.gz dwm-01022b95d65612462972bdd009896ba6fdd3063a.tar.bz2 dwm-01022b95d65612462972bdd009896ba6fdd3063a.zip | |
there might be envs which need Xlib.h
| -rw-r--r-- | dwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c index 0428ba1..2602ed2 100644 --- a/dwm.c +++ b/dwm.c @@ -41,6 +41,7 @@ #include <X11/cursorfont.h> #include <X11/keysym.h> #include <X11/Xatom.h> +#include <X11/Xlib.h> #include <X11/Xproto.h> #include <X11/Xutil.h> |