diff options
author | Anselm R. Garbe | 2006-07-13 11:43:05 +0200 |
---|---|---|
committer | Anselm R. Garbe | 2006-07-13 11:43:05 +0200 |
commit | 9e8b3258a06de01c53e60243ffe3419b47d016dd (patch) | |
tree | a39ebed6cc97e75dc71f7ffb54ebb66342fef48d /dev.c | |
parent | 44f2e8b952264311887c3b51dc6a987af226062a (diff) |
changed default colors
Diffstat (limited to 'dev.c')
-rw-r--r-- | dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ * See LICENSE file for license details. */ -#include "wm.h" +#include "dwm.h" #include <stdlib.h> #include <string.h> |