Module: Mesa Branch: 7.11 Commit: 1f18137d289ea938144ddfba2a203a2406a7aaa6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f18137d289ea938144ddfba2a203a2406a7aaa6
Author: Brian Paul <[email protected]> Date: Mon Jan 16 15:07:21 2012 -0700 glw: s/lighgrey/lightgrey/ http://bugs.freedesktop.org/show_bug.cgi?id=44844 --- src/glw/GLwDrawA.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glw/GLwDrawA.c b/src/glw/GLwDrawA.c index 30304a4..b9ef47b 100644 --- a/src/glw/GLwDrawA.c +++ b/src/glw/GLwDrawA.c @@ -270,7 +270,7 @@ static XtResource backgroundResources[] = { static XtResource otherColorResources[] = { {XmNforeground,XmCForeground,XmRPixel, sizeof(Pixel),XtOffset(GLwDrawingAreaWidget,primitive.foreground), - XmRString,(XtPointer)"lighgrey"}, + XmRString,(XtPointer)"lightgrey"}, /*XmRCallProc, (XtPointer) _XmForegroundColorDefault},*/ {XmNhighlightColor,XmCHighlightColor,XmRPixel,sizeof(Pixel), _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
