- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/kapa2/include/structures.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/kapa2/include/structures.h
r29938 r33415 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.
