Changeset 25757 for trunk/Ohana/src/kapa2/include/structures.h
- Timestamp:
- Oct 2, 2009, 3:15:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/include/structures.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/include/structures.h
r21153 r25757 21 21 Window window; 22 22 Visual *visual; 23 int visualclass; // is visual dynamic? (XXX change name?)23 int dynamicColors; // is visual dynamic? 24 24 int Nbits; // pixel depth in bits (8, 16, 24, 32) 25 25 GC gc; … … 94 94 int DX, DY; // size of displayed picture (must be updated with new images...) 95 95 int expand; // zoomscale 96 double X , Y; // center of image in picture96 double Xc, Yc; // center of image in picture 97 97 char flipx, flipy; // parity (0 = +; 1 = -) 98 98 XImage *pix;
Note:
See TracChangeset
for help on using the changeset viewer.
