Pixel              91 lwlib/lwlib-Xaw.c   Pixel bg, fg;
Pixel            1137 lwlib/lwlib.c    Pixel foreground = 0;
Pixel            1138 lwlib/lwlib.c    Pixel background = 1;
Pixel             118 lwlib/xlwmenu.c   {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel),
Pixel             120 lwlib/xlwmenu.c   {XtNdisabledForeground, XtCDisabledForeground, XtRPixel, sizeof(Pixel),
Pixel             122 lwlib/xlwmenu.c   {XtNbuttonForeground, XtCButtonForeground, XtRPixel, sizeof(Pixel),
Pixel             124 lwlib/xlwmenu.c   {XtNhighlightForeground, XtCHighlightForeground, XtRPixel, sizeof(Pixel),
Pixel             126 lwlib/xlwmenu.c   {XtNhighlightBackground, XtCHighlightBackground, XtRPixel, sizeof(Pixel),
Pixel             140 lwlib/xlwmenu.c   {XmNtopShadowColor, XmCTopShadowColor, XtRPixel, sizeof (Pixel),
Pixel             142 lwlib/xlwmenu.c   {XmNbottomShadowColor, XmCBottomShadowColor, XtRPixel, sizeof (Pixel),
Pixel            1838 lwlib/xlwmenu.c compute_shadow_colors (XlwMenuWidget mw, Pixel *top_color, Pixel *bottom_color,
Pixel            1841 lwlib/xlwmenu.c 		       Pixel fore_color, Pixel back_color)
Pixel            1952 lwlib/xlwmenu.c   Pixel highlight_fg;
Pixel            2005 lwlib/xlwmenu.c   Pixel px[4];
Pixel              70 lwlib/xlwmenuP.h   Pixel		foreground;
Pixel              71 lwlib/xlwmenuP.h   Pixel		disabled_foreground;
Pixel              72 lwlib/xlwmenuP.h   Pixel		button_foreground;
Pixel              73 lwlib/xlwmenuP.h   Pixel		highlight_foreground;
Pixel              74 lwlib/xlwmenuP.h   Pixel		highlight_background;
Pixel              81 lwlib/xlwmenuP.h   Pixel 	top_shadow_color;
Pixel              82 lwlib/xlwmenuP.h   Pixel 	bottom_shadow_color;
Pixel              85 lwlib/xlwmenuP.h   Pixel 	top_highlight_shadow_color;
Pixel              86 lwlib/xlwmenuP.h   Pixel 	bottom_highlight_shadow_color;
Pixel              64 oldXMenu/XMenuInt.h #ifndef Pixel
Pixel            5456 src/image.c    xpm_free_colors (Display *dpy, Colormap cmap, Pixel *pixels, int npixels, void *closure)
Pixel              76 src/widget.c     {(char *) XtNforeground, (char *) XtCForeground, XtRPixel, sizeof (Pixel),
Pixel              78 src/widget.c     {(char *) XtNcursorColor, (char *) XtCForeground, XtRPixel, sizeof (Pixel),
Pixel              45 src/widgetprv.h   Pixel		foreground_pixel;	/* foreground */
Pixel              47 src/widgetprv.h   Pixel		cursor_color;		/* text cursor color */
Pixel            1547 src/xfns.c     		     (Pixel) pix, NULL);
Pixel            8918 src/xterm.c    static Pixel cvt_string_to_pixel_value;
Pixel            8945 src/xterm.c      Pixel pixel;
Pixel            8993 src/xterm.c          if (to->size < sizeof (Pixel))
Pixel            8995 src/xterm.c    	  to->size = sizeof (Pixel);
Pixel            8999 src/xterm.c          *(Pixel *) to->addr = pixel;
Pixel            9007 src/xterm.c      to->size = sizeof (Pixel);
Pixel            9041 src/xterm.c    			 (Pixel *) to->addr, 1);