Ignore:
Timestamp:
Jul 6, 2001, 6:57:59 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/textview.h

    r14 r85  
    160160    #define TXVWORDF_LINEFEED           4       // \r
    161161
     162    typedef struct _TXVRECTANGLE *PTXVRECTANGLE;
     163
    162164    /*
    163165     *@@ TXVWORD:
     
    211213        LONG        lX;             // X position to paint this word at;
    212214                                    // this is (re)set during word-to-rectangle correlation!
    213         PVOID       pvRectangle;    // reverse pointer to the TXVRECTANGLE structure to
     215        PTXVRECTANGLE pRectangle;   // reverse pointer to the TXVRECTANGLE structure to
    214216                                    // which this word belongs; useful for repainting;
    215217                                    // this is (re)set during word-to-rectangle correlation!
     
    256258                                        // So one allocated TXVWORD structure can
    257259                                        // have two pointers pointing to it.
    258         } TXVRECTANGLE, *PTXVRECTANGLE;
     260        } TXVRECTANGLE;
    259261    #endif
    260262
Note: See TracChangeset for help on using the changeset viewer.