aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-16 18:15:08 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-16 18:15:08 +0000
commit2c0095c270269c36c38a423bed4be6f3b6eeec9f (patch)
tree067e4537531b9c679b81b2e421fa8c91661c8d11 /SgraphP.h
parentb58b3d8b52c41f604469bbb8f7c90d39dbccb33a (diff)
add data container
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/SgraphP.h b/SgraphP.h
index b917fd1..7f6a100 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -41,7 +41,9 @@ typedef struct {
Pixel foreground;
Pixel background;
Boolean mirror;
- XtPointer data;
+ XtPointer leftData;
+ XtPointer rightData;
+ Cardinal sizeData;
GC foreGC;
GC backGC;