mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
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:
parent
162534acd1
commit
a4a2d8dcd3
2 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -24,10 +24,12 @@
|
|||
#define Win32CairoGState_h
|
||||
|
||||
#include "cairo/CairoGState.h"
|
||||
#include <AppKit/NSBezierPath.h>
|
||||
|
||||
|
||||
@interface Win32CairoGState : CairoGState
|
||||
{
|
||||
NSBezierPath *_lastPath;
|
||||
}
|
||||
|
||||
- (HDC) getHDC;
|
||||
|
|
Loading…
Reference in a new issue