event.c
changeset 43 989178822938
parent 32 082c75b937b5
child 53 529901e6a227
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);