Changeset 1855
- Timestamp:
- Aug 18, 2015, 6:56:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/dll/common.c ¶
r1833 r1855 7 7 8 8 Copyright (c) 1993, 1998 M. Kimes 9 Copyright (c) 2001, 201 0Steven H. Levine9 Copyright (c) 2001, 2015 Steven H. Levine 10 10 11 11 13 Aug 05 SHL Renames … … 34 34 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 35 35 13 Jul 15 GKY Fix CN_REALLOCPSZ file name editing code to: 1) Eliminate the possibility of 36 updating the container before CN_ENDEDIT is called. 2) Don't call RemoveCnrItems 37 for tree container and collector. 36 updating the container before CN_ENDEDIT is called. 2) Don't call RemoveCnrItems 37 for tree container and collector. 38 07 Aug 15 SHL Clean up and comment 38 39 39 40 ***********************************************************************/ … … 63 64 #include "fm3str.h" 64 65 #include "mle.h" 65 #include "filldir.h" // RemoveCnrItems66 66 #include "errutil.h" // Dos_Error... 67 67 #include "strutil.h" // GetPString 68 68 #include "autoview.h" // AutoViewProc 69 69 #include "mainwnd.h" // BuildDriveBarButtons, GetNextWindowPos, TopWindow 70 #include "common.h"71 70 #include "dirsize.h" // DirSizeProc 72 71 #include "info.h" // DrvInfoProc, SetDrvProc … … 153 152 case UM_RESCAN: 154 153 if (fAutoTile && 155 154 !fAmClosing && !fNoTileUpdate && !ParentIsDesktop(hwnd, (HWND) 0)) 156 155 PostMsg(WinQueryWindow(hwnd, QW_PARENT), UM_RESCAN, MPVOID, MPVOID); 157 156 return 0; … … 188 187 case DIR_VIEW: 189 188 case DIR_FILTER: 190 191 189 //fixme to allow user to change presparams 1-10-09 GKY 190 SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, FNT_8HELVETICA); 192 191 return rc; 193 192 } … … 671 670 if (mp1) { 672 671 cWorkerThreads++; 673 // 13 Sep 09 SHL fixmeto be SMP safe672 // 13 Sep 09 SHL FIXME to be SMP safe 674 673 if (cWorkerThreads == 1) { 675 674 if (!WinStartTimer(WinQueryAnchorBlock(hwnd), hwnd, ID_LED_TIMER, 500)) … … 874 873 } 875 874 else if (mp2) { 876 877 878 875 Broadcast(WinQueryAnchorBlock(hwnd), 876 dcd->hwndParent, UM_UPDATERECORD, mp2, MPVOID); 877 xfree(mp2, pszSrcFile, __LINE__); 879 878 } 880 879 }
Note:
See TracChangeset
for help on using the changeset viewer.