aboutsummaryrefslogtreecommitdiff
path: root/BarDisplayP.h
diff options
context:
space:
mode:
Diffstat (limited to 'BarDisplayP.h')
-rw-r--r--BarDisplayP.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/BarDisplayP.h b/BarDisplayP.h
index 328e691..43e98f8 100644
--- a/BarDisplayP.h
+++ b/BarDisplayP.h
@@ -7,25 +7,25 @@
#include "GraphDisplayP.h"
typedef struct {
- Dimension space;
- Dimension default_graph_width;
- String format;
+ Dimension space;
+ Dimension default_graph_width;
+ String format;
} BarDisplayPart;
typedef struct _BarDisplayRec {
- ObjectPart object;
- GraphDisplayPart graphDisplay;
- BarDisplayPart barDisplay;
+ ObjectPart object;
+ GraphDisplayPart graphDisplay;
+ BarDisplayPart barDisplay;
} BarDisplayRec;
typedef struct {
- XtPointer extension;
+ XtPointer extension;
} BarDisplayClassPart;
typedef struct _BarDisplayClassRec {
- ObjectClassPart object_class;
- GraphDisplayClassPart graphDisplay_class;
- BarDisplayClassPart barDisplay_class;
+ ObjectClassPart object_class;
+ GraphDisplayClassPart graphDisplay_class;
+ BarDisplayClassPart barDisplay_class;
} BarDisplayClassRec, *BarDisplayObjectClass;
extern BarDisplayClassRec barDisplayClassRec;