summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11util.h')
-rw-r--r--src/x11util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11util.h b/src/x11util.h
index 6699074..7934d20 100644
--- a/src/x11util.h
+++ b/src/x11util.h
@@ -4,7 +4,7 @@
#include <cstddef>
extern "C" {
- #include <X11/Xlib.h>
+ typedef struct _XDisplay Display;
void AddPixmapToBackground(unsigned const char* imgData, const unsigned int width, const unsigned int height,
const unsigned int depth, const int bytesPerLine, const size_t byteCount);
unsigned int getKeyMask(Display *dpy);