mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
pull all non-X11 headers from calmwm.h and place them only where they
are required. encourged to go all the way by oga@
This commit is contained in:
10
xevents.c
10
xevents.c
@@ -24,6 +24,16 @@
|
||||
* management of the xevent's.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "calmwm.h"
|
||||
|
||||
static void xev_handle_maprequest(XEvent *);
|
||||
|
||||
Reference in New Issue
Block a user