1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 03:02:20 +00:00
conky/src/x11-color.h
2022-12-24 09:44:03 -05:00

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);