mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
5 lines
207 B
C
5 lines
207 B
C
/* from xorg-server's oscolor.c */
|
|
int OsLookupColor(int screen, const char *name, unsigned int len,
|
|
unsigned short *pred, unsigned short *pgreen,
|
|
unsigned short *pblue);
|