Changeset 214 for trunk/include/helpers
- Timestamp:
- Aug 24, 2002, 10:14:05 PM (23 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/comctl.h
r209 r214 480 480 #define SBCF_PERCENTAGE 0x0002 481 481 #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 482 486 #define SBCF_MOVEABLE 0x1000 483 487 … … 540 544 SPLITBARCDATA sbcd; 541 545 PFNWP OldStaticProc; 542 // RECTL rclBar;543 546 HPOINTER hptrOld, // old pointer stored upon WM_MOUSEMOVE 544 547 hptrMove; // PM move pointer, either vertical or horizontal … … 552 555 hwndLinked2; 553 556 // the right/top window to link 557 LONG lcol3DDark, 558 lcol3DLight, 559 lcolInactiveBorder; 554 560 } SPLITBARDATA, *PSPLITBARDATA; 555 561 -
trunk/include/helpers/gpih.h
r195 r214 153 153 typedef VOID XWPENTRY GPIHDRAWTHICKFRAME(HPS hps, PRECTL prcl, ULONG ulWidth); 154 154 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; 155 167 156 168 VOID XWPENTRY gpihDraw3DFrame(HPS hps,
Note:
See TracChangeset
for help on using the changeset viewer.