summaryrefslogtreecommitdiff
path: root/src/xpm/include/dix.h
blob: 2a7125a742d798fab22590a109965af74b428e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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