Changeset 726
- Timestamp:
- Jul 6, 2007, 12:17:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r705 r726 33 33 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 34 34 10 Jun 07 GKY Mouse button 3 white space click to fail silently 35 05 Jul 07 SHL Disable leftover debug code 35 36 36 37 ***********************************************************************/ … … 550 551 cni.pDragInfo = (PDRAGINFO) mp1; 551 552 li = DoFileDrop(dcd->hwndCnr, 552 553 dcd->directory, FALSE, MPVOID, MPFROMP(&cni)); 553 554 CheckPmDrgLimit(cni.pDragInfo); 554 555 if (li) { … … 1377 1378 ULONG action = UM_ACTION; 1378 1379 1379 1380 1380 li = DoFileDrop(hwnd, NULL, TRUE, mp1, mp2); 1381 CheckPmDrgLimit(((PCNRDRAGINFO)mp2)->pDragInfo); 1381 1382 if (li) { 1382 1383 if (!*li->targetpath) { … … 3020 3021 GetPString(IDS_TREETEXT)); 3021 3022 } 3022 3023 printf("%s %d oldproc subclass %X\n ", 3024 __FILE__, __LINE__, dcd->oldproc); fflush(stdout); 3025 3026 3023 dcd->oldproc = WinSubclassWindow(dcd->hwndCnr, TreeCnrWndProc); 3024 // DbgMsg(pszSrcFile, __LINE__, "oldproc subclass %X", dcd->oldproc); // 05 Jul 07 SHL 3025 // fixme to document 01 test? 3026 if (dcd->oldproc == 0l) 3027 Win_Error(HWND_DESKTOP, HWND_DESKTOP, pszSrcFile, __LINE__, 3027 3028 "WinSubclassWindow"); 3028 3029 if (!PostMsg(dcd->hwndCnr, UM_SETUP, MPVOID, MPVOID))
Note:
See TracChangeset
for help on using the changeset viewer.