From 3408ce19b34c50ae566f52d3dad7638c41ae6dcd Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Sep 2014 21:51:03 +0000 Subject: push data into widget --- SgraphP.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'SgraphP.h') diff --git a/SgraphP.h b/SgraphP.h index cb0b209..b9597d5 100644 --- a/SgraphP.h +++ b/SgraphP.h @@ -41,9 +41,10 @@ typedef struct { Pixel foreground; Pixel background; Boolean mirror; - XtPointer leftData; - XtPointer rightData; - int sizeData; + double *leftData; + double *rightData; + int size; + int samples; GC foreGC; GC backGC; -- cgit v1.2.3