UWORD mapping[4];
struct DrawInfo *drinfo;
/* Beforehand we'll have obtained the screen's DrawInfo.
mapping[0] = drinfo->dri_Pens[BACKGROUNDPEN];
mapping[1] = drinfo->dri_Pens[SHADOWPEN];
mapping[2] = drinfo->dri_Pens[SHINEPEN];
mapping[3] = drinfo->dri_Pens[FILLPEN];