mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 18:51:55 +00:00
Removed function GSWSetMatrix().
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8515 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
34d9e010c5
commit
f54d41c739
1 changed files with 2 additions and 7 deletions
|
@ -24,14 +24,9 @@
|
||||||
|
|
||||||
#include <AppKit/NSGraphicsContext.h>
|
#include <AppKit/NSGraphicsContext.h>
|
||||||
|
|
||||||
#define GSCTXT NSGraphicsContext
|
|
||||||
|
|
||||||
/* Graphics Wraps */
|
|
||||||
extern void GSWSetMatrix(GSCTXT *ctxt, float m[6]);
|
|
||||||
|
|
||||||
/* Context helper wraps */
|
/* Context helper wraps */
|
||||||
extern unsigned int GSWDefineAsUserObj(GSCTXT *ctxt);
|
extern unsigned int GSWDefineAsUserObj(NSGraphicsContext *ctxt);
|
||||||
|
|
||||||
extern void GSWViewIsFlipped(GSCTXT *ctxt, BOOL flipped);
|
extern void GSWViewIsFlipped(NSGraphicsContext *ctxt, BOOL flipped);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue