mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:10:38 +00:00
Implement gstates in Windows and Views
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4414 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5b2653492
commit
f794f819cf
12 changed files with 302 additions and 71 deletions
|
@ -24,8 +24,10 @@
|
|||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#include <AppKit/NSGraphicsContext.h>
|
||||
#include <AppKit/NSCStringText.h>
|
||||
#include <AppKit/NSEvent.h>
|
||||
#include <AppKit/GSWraps.h>
|
||||
|
||||
|
||||
/*
|
||||
|
@ -70,22 +72,10 @@ void PSgrestore(void)
|
|||
void PSgsave(void)
|
||||
{}
|
||||
|
||||
void GSfill() {}
|
||||
void GSsetgray() {}
|
||||
void GSnewpath() {}
|
||||
void GSgrestore() {}
|
||||
void GSrectfill() {}
|
||||
void GSsetlinewidth() {}
|
||||
void GSclosepath() {}
|
||||
void GSshow() {}
|
||||
void GStranslate() {}
|
||||
void GSmoveto() {}
|
||||
void GSgsave() {}
|
||||
void GSlineto() {}
|
||||
void GSstroke() {}
|
||||
void GSrlineto() {}
|
||||
void GSrectclip() {}
|
||||
|
||||
/* Dummy wraps */
|
||||
void GSWSetMatrix(GSCTXT *ctxt, float m[6]) {}
|
||||
unsigned int GSWDefineAsUserObj(GSCTXT *ctxt) {return 0;}
|
||||
void GSWViewIsFlipped(GSCTXT *ctxt, BOOL flipped) {}
|
||||
|
||||
@interface GMModel : NSObject
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue