summaryrefslogtreecommitdiff
path: root/src/xpm/include/dix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpm/include/dix.h')
-rw-r--r--src/xpm/include/dix.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/xpm/include/dix.h b/src/xpm/include/dix.h
new file mode 100644
index 0000000..2a7125a
--- /dev/null
+++ b/src/xpm/include/dix.h
@@ -0,0 +1,14 @@
+#ifndef DIX_H
+#define DIX_H
+
+#include <X11/Xlib.h>
+
+Bool
+dixLookupBuiltinColor(int screen,
+ char *name,
+ unsigned int len,
+ unsigned short *pred,
+ unsigned short *pgreen,
+ unsigned short *pblue);
+
+#endif // DIX_H