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

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);
}