Changeset 28003 for branches/pap/Ohana/src/libkapa/include/kapa.h
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/pap/Ohana/src/libkapa/include/kapa.h
r27435 r28003 72 72 float dx; 73 73 float dy; 74 int bg; 74 75 } KapaSection; 75 76 … … 78 79 int style, ptype, ltype, etype, ebar, color; 79 80 double lweight, size; 81 double ticktextPad; 82 double labelPadXm, labelPadYm, labelPadXp, labelPadYp; 83 double padXm, padXp, padYm, padYp; 80 84 Coords coords; 81 85 int flipeast, flipnorth; … … 173 177 int KapaSelectSection (int fd, char *name); 174 178 int KapaGetSection (int fd, char *name); 179 int KapaSectionBG (int fd, char *name, int bg); 175 180 int KapaMoveSection (int fd, char *name, char *direction); 176 181 int KapaSetGraphData (int fd, Graphdata *graphmode); 177 182 int KapaGetGraphData (int fd, Graphdata *graphmode); 183 int KapaScanGraphData (int fd, Graphdata *graphmode); 184 int KapaSendGraphData (int fd, Graphdata *graphmode); 178 185 int KapaSetImageData (int fd, KapaImageData *graphmode); 179 186 int KapaGetImageData (int fd, KapaImageData *graphmode);
Note:
See TracChangeset
for help on using the changeset viewer.
