Mesa (7.11): glw: s/lighgrey/lightgrey/

Brian Paul brianp at kemper.freedesktop.org
Mon Jan 16 22:10:20 UTC 2012


Module: Mesa
Branch: 7.11
Commit: 1f18137d289ea938144ddfba2a203a2406a7aaa6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f18137d289ea938144ddfba2a203a2406a7aaa6

Author: Brian Paul <brianp at vmware.com>
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),




More information about the mesa-commit mailing list