mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Typo fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13624 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
98bfc99c36
commit
8a6bb28712
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue