From 2c0095c270269c36c38a423bed4be6f3b6eeec9f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 16 Sep 2014 18:15:08 +0000 Subject: add data container --- SgraphP.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'SgraphP.h') 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; -- cgit v1.2.3