dev.c
changeset 43 989178822938
parent 42 040a7074d23c
child 44 a36f95a4841a
equal deleted inserted replaced
42:040a7074d23c 43:989178822938
     1 /*
     1 /*
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     3  * See LICENSE file for license details.
     3  * See LICENSE file for license details.
     4  */
     4  */
     5 
     5 
     6 #include "wm.h"
     6 #include "dwm.h"
     7 
     7 
     8 #include <stdlib.h>
     8 #include <stdlib.h>
     9 #include <string.h>
     9 #include <string.h>
    10 #include <unistd.h>
    10 #include <unistd.h>
    11 #include <X11/keysym.h>
    11 #include <X11/keysym.h>