mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:40:47 +00:00
Tidied macro usage
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
489e24d900
commit
c2b94f17d5
3 changed files with 14 additions and 9 deletions
|
@ -36,6 +36,14 @@
|
|||
#include <AppKit/NSAffineTransform.h>
|
||||
#include <AppKit/PSOperators.h>
|
||||
|
||||
/* Private definitions */
|
||||
#define A matrix.m11
|
||||
#define B matrix.m12
|
||||
#define C matrix.m21
|
||||
#define D matrix.m22
|
||||
#define TX matrix.tx
|
||||
#define TY matrix.ty
|
||||
|
||||
/* A Postscript matrix look like this:
|
||||
|
||||
/ a b 0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue