Changeset 31647
- Timestamp:
- Jun 17, 2011, 1:02:59 PM (15 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 3 edited
-
libdvo/include/dvodb.h (modified) (1 diff)
-
libdvo/include/get_graphdata.h (modified) (1 diff)
-
libkapa/include/kapa.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvodb.h
r31636 r31647 330 330 #define opihi_int int 331 331 332 #include "get_graphdata.h" 333 332 334 # endif -
trunk/Ohana/src/libdvo/include/get_graphdata.h
r31636 r31647 2 2 #define GET_GRAPHDATA_H 3 3 4 #include "kapa.h" 4 // This was moved from kapa.h 5 6 typedef struct graphdata { 7 double xmin, xmax, ymin, ymax; 8 int style, ptype, ltype, etype, ebar, color; 9 double lweight, size; 10 double ticktextPad; 11 double labelPadXm, labelPadYm, labelPadXp, labelPadYp; 12 double padXm, padXp, padYm, padYp; 13 Coords coords; 14 int flipeast, flipnorth; 15 char axis[8], labels[8], ticks[8]; 16 } Graphdata; 17 5 18 6 19 int GetGraphdata PROTO((Graphdata *data, int *kapa, char *name)); -
trunk/Ohana/src/libkapa/include/kapa.h
r31559 r31647 85 85 } KapaSection; 86 86 87 typedef struct { 87 #ifdef NOT_MOVED_TO_DVO 88 typedef struct graphdata { 88 89 double xmin, xmax, ymin, ymax; 89 90 int style, ptype, ltype, etype, ebar, color; … … 96 97 char axis[8], labels[8], ticks[8]; 97 98 } Graphdata; 99 #endif 98 100 99 101 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
