diff options
| author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-16 14:02:42 -0400 |
|---|---|---|
| committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-16 14:02:42 -0400 |
| 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
Diffstat (limited to '')
| -rw-r--r-- | dwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
