mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-19 19:45:15 +00:00
6 lines
225 B
C
6 lines
225 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);
|