Ignore:
Timestamp:
Nov 24, 2002, 9:45:05 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_splitwin.c

    r222 r229  
    9595 *
    9696 *@@added V0.9.1 (2000-02-05) [umoeller]
    97  *@@changed V0.9.21 (2002-08-24) [umoeller]: added SBCF_3DEXPLORERSTYLE
     97 *@@changed V1.0.0 (2002-08-24) [umoeller]: added SBCF_3DEXPLORERSTYLE
    9898 */
    9999
     
    118118            if (pData->sbcd.ulCreateFlags & SBCF_3DEXPLORERSTYLE)
    119119            {
    120                 // this style is new with V0.9.21 (2002-08-24) [umoeller];
     120                // this style is new with V1.0.0 (2002-08-24) [umoeller];
    121121                // simulate the Warp 4 entry field margins around the
    122122                // right control only, but leave the left control flat.
     
    443443
    444444        if (!(pData->sbcd.ulCreateFlags & (SBCF_3DSUNK | SBCF_3DEXPLORERSTYLE)))
    445                         // V0.9.21 (2002-08-31) [umoeller]
     445                        // V1.0.0 (2002-08-31) [umoeller]
    446446        {
    447447            GpiSetColor(hps, pData->lcol3DLight);
     
    797797                pData->hwndLinked2 = NULLHANDLE;
    798798
    799                 // caching these colors now V0.9.21 (2002-08-21) [umoeller]
     799                // caching these colors now V1.0.0 (2002-08-21) [umoeller]
    800800                pData->lcol3DDark = WinQuerySysColor(HWND_DESKTOP, SYSCLR_BUTTONDARK, 0);
    801801                pData->lcol3DLight = WinQuerySysColor(HWND_DESKTOP, SYSCLR_BUTTONLIGHT, 0);
     
    823823 *
    824824 *@@added V0.9.0 [umoeller]
    825  *@@changed V0.9.21 (2002-08-24) [umoeller]: added support for SBCF_3DEXPLORERSTYLE
     825 *@@changed V1.0.0 (2002-08-24) [umoeller]: added support for SBCF_3DEXPLORERSTYLE
    826826 */
    827827
Note: See TracChangeset for help on using the changeset viewer.