Changeset 948 for trunk/dll/common.c


Ignore:
Timestamp:
Feb 12, 2008, 6:20:47 AM (18 years ago)
Author:
Steven Levine
Message:

Rework collector progress reporting and improve performance (ticket #79)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/common.c

    r907 r948  
    198198    if (!hwndTmp)
    199199      Win_Error2(hwnd, hwnd, pszSrcFile, __LINE__, IDS_WINCREATEWINDOW);
    200   }                                     // for
     200  } // for
    201201}
    202202
     
    336336
    337337  // Create a children of frame window
     338  // Left status window
    338339  hwndStatus = WinCreateWindow(hwndFrame,
    339340                               WC_STATUS,
     
    355356    Win_Error2(hwndFrame, hwnd, pszSrcFile, __LINE__, IDS_WINCREATEWINDOW);
    356357
     358  // Right status window
    357359  hwndStatus2 = WinCreateWindow(hwndFrame,
    358360                                WC_STATUS,
Note: See TracChangeset for help on using the changeset viewer.