- Timestamp:
- Jan 11, 2012, 11:19:21 PM (15 years ago)
- Location:
- branches/meh_branches/ppsub_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/kapa2/include/structures.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppsub_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppsub_test/Ohana/src/kapa2/include/structures.h
r29938 r33098 26 26 XFontStruct *font; 27 27 Cursor cursor; 28 int x, y; 29 unsigned int dx, dy; 28 int x, y; // corner coord in X world coords 29 unsigned int dx, dy; // size of window in X coords 30 int xwin, ywin; // corner coord of display subregion (eg, png, ps plot) 31 int dxwin, dywin; // corner coord of display subregion (eg, png, ps plot) 30 32 CCNode *cube; 31 33 XColor *cmap;
Note:
See TracChangeset
for help on using the changeset viewer.
