4.3BSD-Tahoe/usr/include/X/rgb.h

Compare this file to the similar file:
Show the results in this format:

#include <X/mit-copyright.h>

/* Copyright Massachusetts Institute of Technology 1985 */

/* dbm database, mapping color names (strings) to RGB values */
/* $Header: rgb.h,v 10.6 86/02/01 15:17:17 tony Rel $ */

#define RGB_DB "/usr/lib/rgb"

typedef struct _rgb {unsigned short red, green, blue;} RGB;