mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +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
6543d94104
commit
f4d7699d2c
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…
Add table
Add a link
Reference in a new issue