#define DEBUG 0

This commit is contained in:
Adrien Schildknecht 2013-04-26 00:50:37 +02:00
parent 355873d2da
commit 612dd81b51

2
xcwd.c
View File

@ -12,7 +12,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#define DEBUG 1 #define DEBUG 0
#define XA_STRING (XInternAtom(dpy, "STRING", 0)) #define XA_STRING (XInternAtom(dpy, "STRING", 0))
#define XA_CARDINAL (XInternAtom(dpy, "CARDINAL", 0)) #define XA_CARDINAL (XInternAtom(dpy, "CARDINAL", 0))