aboutsummaryrefslogtreecommitdiff
path: root/GraphDisplayP.h
diff options
context:
space:
mode:
Diffstat (limited to 'GraphDisplayP.h')
-rw-r--r--GraphDisplayP.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/GraphDisplayP.h b/GraphDisplayP.h
index 7f3adc0..4b43b75 100644
--- a/GraphDisplayP.h
+++ b/GraphDisplayP.h
@@ -6,27 +6,27 @@
#include "GraphDisplay.h"
typedef struct {
- Pixel foreground;
- XFontStruct *font;
- GC gc;
+ Pixel foreground;
+ XFontStruct *font;
+ GC gc;
} GraphDisplayPart;
typedef struct _GraphDisplayRec {
- ObjectPart object;
- GraphDisplayPart graphDisplay;
+ ObjectPart object;
+ GraphDisplayPart graphDisplay;
} GraphDisplayRec;
typedef void (*ComputeSizeProc)();
typedef struct {
- ComputeSizeProc compute_size;
- XtExposeProc expose;
- XtPointer extension;
+ ComputeSizeProc compute_size;
+ XtExposeProc expose;
+ XtPointer extension;
} GraphDisplayClassPart;
typedef struct _GraphDisplayClassRec {
- ObjectClassPart object_class;
- GraphDisplayClassPart graphDisplay_class;
+ ObjectClassPart object_class;
+ GraphDisplayClassPart graphDisplay_class;
} GraphDisplayClassRec, *GraphDisplayObjectClass;
extern GraphDisplayClassRec graphDisplayClassRec;