Changeset 1570 for trunk/dll/common.c


Ignore:
Timestamp:
Jun 13, 2011, 12:09:19 AM (14 years ago)
Author:
Gregg Young
Message:

Added IdleIfNeeded to place load and free loops to idle priority when dealing with large numbers of items. Used SleepIfNeeded more places for a similar purpose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/common.c

    r1498 r1570  
    150150  case UM_RESCAN:
    151151    if (fAutoTile &&
    152         !fAmClosing && !fNoTileUpdate && !ParentIsDesktop(hwnd, (HWND) 0))
     152        !fAmClosing && !fNoTileUpdate && !ParentIsDesktop(hwnd, (HWND) 0))
    153153      PostMsg(WinQueryWindow(hwnd, QW_PARENT), UM_RESCAN, MPVOID, MPVOID);
    154154    return 0;
Note: See TracChangeset for help on using the changeset viewer.