diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2026-01-02 22:42:31 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2026-01-02 22:42:31 +0100 |
| commit | 6ed8f5151719fbc14ec0ac6d28a346d1f74cf2ca (patch) | |
| tree | ebe7588e89e1aa2ae5376acf85f3a3a7b2ec7e10 /src/xpm/include | |
Diffstat (limited to 'src/xpm/include')
| -rw-r--r-- | src/xpm/include/dix.h | 14 |
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 |
