summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
diff options
context:
space:
mode:
authorSimon Rettberg2021-08-05 10:51:39 +0200
committerSimon Rettberg2021-08-05 10:51:39 +0200
commitccd88b7fa33fc27e3d71b57f59dea55ed7430d6e (patch)
tree35edaff0695b7ed47a3f648f8295ea944935f0a0 /src/x11util.h
parentPrefix usernames that start with a digit with _x_ (diff)
downloadslxgreeter-ccd88b7fa33fc27e3d71b57f59dea55ed7430d6e.tar.gz
slxgreeter-ccd88b7fa33fc27e3d71b57f59dea55ed7430d6e.tar.xz
slxgreeter-ccd88b7fa33fc27e3d71b57f59dea55ed7430d6e.zip
Add shibboleth login via browser
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);