From 6098652ed7d28468ab38931a87a4fa9caec337d3 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 29 Sep 2014 16:01:52 +0000 Subject: C99 --- SgraphP.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'SgraphP.h') diff --git a/SgraphP.h b/SgraphP.h index 7a08950..19ed24b 100644 --- a/SgraphP.h +++ b/SgraphP.h @@ -27,7 +27,7 @@ #define XtRSgraphResource "SgraphResource" typedef struct { - XtPointer dummy; + XtPointer extension; } SgraphClassPart; typedef struct _SgraphClassRec { @@ -38,30 +38,30 @@ typedef struct _SgraphClassRec { extern SgraphClassRec sgraphClassRec; typedef struct { - Pixel background; - Pixel foreground; - Boolean mirror; - int *data; - size_t size; - size_t samples; + Pixel background; + Pixel foreground; + Boolean mirror; + int *data; + size_t size; + size_t samples; /* XtCallbackProc data; XtCallbackProc fft; */ XdbeBackBuffer backBuf; - GC foreGC; - GC backGC; - GC maskGC; - GC clipGC; - Pixmap bg; - Pixmap mask; - Pixmap waterfall; + GC foreGC; + GC backGC; + GC maskGC; + GC clipGC; + Pixmap bg; + Pixmap mask; + Pixmap waterfall; } SgraphPart; typedef struct _SgraphRec { - CorePart core; - SgraphPart sgraph; + CorePart core; + SgraphPart sgraph; } SgraphRec; #endif -- cgit v1.2.3