Changeset 214 for trunk/include/helpers


Ignore:
Timestamp:
Aug 24, 2002, 10:14:05 PM (23 years ago)
Author:
umoeller
Message:

Misc changes.

Location:
trunk/include/helpers
Files:
2 edited

Legend:

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

    r209 r214  
    480480    #define SBCF_PERCENTAGE          0x0002
    481481    #define SBCF_3DSUNK              0x0100
     482    #define SBCF_3DEXPLORERSTYLE     0x0200
     483                // new with V0.9.21 (2002-08-21) [umoeller]
     484                // this simulates the Warp 4 entry field margins around the
     485                // right split window, but leaves the left window flat
    482486    #define SBCF_MOVEABLE            0x1000
    483487
     
    540544        SPLITBARCDATA   sbcd;
    541545        PFNWP           OldStaticProc;
    542         // RECTL           rclBar;
    543546        HPOINTER        hptrOld,        // old pointer stored upon WM_MOUSEMOVE
    544547                        hptrMove;       // PM move pointer, either vertical or horizontal
     
    552555                        hwndLinked2;
    553556                            // the right/top window to link
     557        LONG            lcol3DDark,
     558                        lcol3DLight,
     559                        lcolInactiveBorder;
    554560    } SPLITBARDATA, *PSPLITBARDATA;
    555561
  • trunk/include/helpers/gpih.h

    r195 r214  
    153153    typedef VOID XWPENTRY GPIHDRAWTHICKFRAME(HPS hps, PRECTL prcl, ULONG ulWidth);
    154154    typedef GPIHDRAWTHICKFRAME *PGPIHDRAWTHICKFRAME;
     155
     156    VOID XWPENTRY gpihDraw3DFrame2(HPS hps,
     157                                   PRECTL prcl,
     158                                   USHORT usWidth,
     159                                   LONG lColorLeft,
     160                                   LONG lColorRight);
     161    typedef VOID XWPENTRY GPIHDRAW3DFRAME2(HPS hps,
     162                                           PRECTL prcl,
     163                                           USHORT usWidth,
     164                                           LONG lColorLeft,
     165                                           LONG lColorRight);
     166    typedef GPIHDRAW3DFRAME2 *PGPIHDRAW3DFRAME2;
    155167
    156168    VOID XWPENTRY gpihDraw3DFrame(HPS hps,
Note: See TracChangeset for help on using the changeset viewer.