aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-15 00:28:06 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-15 00:28:06 +0000
commitd5ac9a9b3a3ca48f92daea4ae7ae54a2a1c33297 (patch)
tree04d328cff040e00194f3fcfaa35c40d1f04e8f13 /SgraphP.h
parentbe3b1b4e98b4c6341d40ecbde86c12adebdac6d2 (diff)
add experimental data pointer
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SgraphP.h b/SgraphP.h
index 4d75faa..b917fd1 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -41,6 +41,7 @@ typedef struct {
Pixel foreground;
Pixel background;
Boolean mirror;
+ XtPointer data;
GC foreGC;
GC backGC;