Changeset 3 for trunk/mediafolder/c/mediafldr/mediadialogprocs.cpp
- Timestamp:
- Jul 13, 2017, 4:16:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/mediafldr/mediadialogprocs.cpp
r2 r3 1698 1698 } 1699 1699 } 1700 /* Start timer which triggers time calculation */ 1701 WinStartTimer(WinQueryAnchorBlock(hwnd),hwnd, IDTIMER_STATUS, 300); 1700 /* 1701 FIXME: 1702 Start timer which triggers time calculation. The timer is rather long so the objects may 1703 awake first. This is not yet bullet proof, because if there're a lot of objects in the folder 1704 the time will be too short. */ 1705 WinStartTimer(WinQueryAnchorBlock(hwnd),hwnd, IDTIMER_STATUS, 5000); 1702 1706 return (MRESULT)FALSE; 1703 1707 }
Note:
See TracChangeset
for help on using the changeset viewer.