Changeset 85 for trunk/include/helpers/textview.h
- Timestamp:
- Jul 6, 2001, 6:57:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/textview.h
r14 r85 160 160 #define TXVWORDF_LINEFEED 4 // \r 161 161 162 typedef struct _TXVRECTANGLE *PTXVRECTANGLE; 163 162 164 /* 163 165 *@@ TXVWORD: … … 211 213 LONG lX; // X position to paint this word at; 212 214 // this is (re)set during word-to-rectangle correlation! 213 P VOID pvRectangle;// reverse pointer to the TXVRECTANGLE structure to215 PTXVRECTANGLE pRectangle; // reverse pointer to the TXVRECTANGLE structure to 214 216 // which this word belongs; useful for repainting; 215 217 // this is (re)set during word-to-rectangle correlation! … … 256 258 // So one allocated TXVWORD structure can 257 259 // have two pointers pointing to it. 258 } TXVRECTANGLE , *PTXVRECTANGLE;260 } TXVRECTANGLE; 259 261 #endif 260 262
Note:
See TracChangeset
for help on using the changeset viewer.