aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-26 13:20:40 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-26 13:20:40 +0000
commit7d2c8a0b8d20688042ddeefac07be26a4d60126c (patch)
tree69d863fa98b4cf783d00b22a3402d64ca11e614b /SgraphP.h
parenta6aeec96b923bbb3f2781f597259c200da70f4bd (diff)
minor tweaking
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SgraphP.h b/SgraphP.h
index 40a7c90..9c507c6 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -38,8 +38,8 @@ typedef struct _SgraphClassRec {
extern SgraphClassRec sgraphClassRec;
typedef struct {
- Pixel foreground;
Pixel background;
+ Pixel foreground;
Boolean mirror;
double *leftData;
double *rightData;