git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13624 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-05-10 15:15:51 +00:00
parent 98bfc99c36
commit 8a6bb28712

View file

@ -112,7 +112,7 @@ RECT GSViewRectToWin(WIN32GState *s, NSRect r)
color = gsColorToRGB(color);
if (cState & COLOR_FILL)
wfcolor = RGB(color.field[0]*255, color.field[1]*255, color.field[2]*255);
if (cState & COLOR_STOKE)
if (cState & COLOR_STROKE)
wscolor = RGB(color.field[0]*255, color.field[1]*255, color.field[2]*255);
}