summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11util.h')
-rw-r--r--src/x11util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/x11util.h b/src/x11util.h
index 0ae8bc7..f62de8f 100644
--- a/src/x11util.h
+++ b/src/x11util.h
@@ -4,9 +4,10 @@
#include <cstddef>
extern "C" {
- #include <X11/X.h>
+ #include <X11/Xlib.h>
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);
}
#endif /* X11UTIL_H_ */