Changeset 771 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Aug 6, 2007, 5:05:35 AM (18 years ago)
Author:
Gregg Young
Message:

Increase subject to 1024 reduce DosSleep times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r766 r771  
    601601      dcd->hwndObject = hwnd;
    602602      if (ParentIsDesktop(hwnd, dcd->hwndParent))
    603         DosSleep(250);
     603        DosSleep(100); //05 Aug 07 GKY 250
    604604    }
    605605    return 0;
     
    24962496          }
    24972497          WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE);
    2498           DosSleep(250L);
     2498          DosSleep(100);//05 Aug 07 GKY 250
    24992499        }
    25002500        else
     
    25042504
    25052505      case IDM_COLLECTOR:
    2506         DosSleep(64L);
     2506        DosSleep(32);//05 Aug 07 GKY 64
    25072507        {
    25082508          CHAR **list;
     
    28052805      fOkayMinimize = TRUE;
    28062806      if (dcd->hwndObject && !fDummy) {
    2807         DosSleep(100);
     2807        DosSleep(50);//05 Aug 07 GKY 100
    28082808        if (!fDummy) {
    28092809          fOkayMinimize = FALSE;
Note: See TracChangeset for help on using the changeset viewer.