Partially applying r39615 from testplant branch to fix a build error on MinGW.

Patch by Seong-Gu Lee <sgleehd@gmail.com>.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@39707 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Ivan Vučica 2016-04-28 22:32:38 +00:00
parent 162534acd1
commit a4a2d8dcd3
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2016-04-28 Ivan Vucica <ivan@vucica.net>
* Headers/cairo/Win32CairoGState.h:
Partially applying r39615 from testplant branch to fix a build
error on MinGW.
Patch by Seong-Gu Lee <sgleehd@gmail.com>.
2016-04-06 Ivan Vucica <ivan@vucica.net>
* Source/gsc/GSGState.m:

View file

@ -24,10 +24,12 @@
#define Win32CairoGState_h
#include "cairo/CairoGState.h"
#include <AppKit/NSBezierPath.h>
@interface Win32CairoGState : CairoGState
{
NSBezierPath *_lastPath;
}
- (HDC) getHDC;