Changeset 537 for trunk/dll/avl.c
- Timestamp:
- Nov 4, 2006, 10:09:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avl.c
r439 r537 24 24 29 Jul 06 SHL Use xfgets, xfgets_bstripcr 25 25 15 Aug 06 SHL Use Runtime_Error more 26 01 Nov 06 SHL Turn off leftover debug code 26 27 27 28 ***********************************************************************/ … … 601 602 HWND hwndDrop; 602 603 603 fprintf(stderr, "SDlgListboxSubclassProc: BEGINDRAG\n");604 // fprintf(stderr, "SDlgListboxSubclassProc: BEGINDRAG\n"); 604 605 cur_ndx = WinQueryLboxSelectedItem(hwnd); 605 606 … … 661 662 ptl2 = ptl; 662 663 WinMapWindowPoints(HWND_DESKTOP, hwnd, &ptl2, 1); 663 fprintf(stderr, "DRAGOVER mapped x y %d %d to %d %d\n", ptl.x, ptl.y, ptl2.x, ptl2.y);664 // fprintf(stderr, "DRAGOVER mapped x y %d %d to %d %d\n", ptl.x, ptl.y, ptl2.x, ptl2.y); 664 665 WinPostMsg(hwnd, WM_BUTTON1CLICK, 665 666 MPFROM2SHORT((SHORT)ptl2.x, (SHORT)ptl2.y), 666 667 MPFROM2SHORT(HT_NORMAL, KC_NONE)); 667 fprintf(stderr, "DRAGOVER posted 0x%x WM_BUTTON1CLICK x y %d %d\n", hwnd, ptl2.x, ptl2.y);668 // fprintf(stderr, "DRAGOVER posted 0x%x WM_BUTTON1CLICK x y %d %d\n", hwnd, ptl2.x, ptl2.y); 668 669 } 669 670 pdinfo = (PDRAGINFO)mp1; /* Get DRAGINFO pointer */ … … 685 686 // fixme to draw listbox item emphasized 686 687 // DrawTargetEmphasis(hwnd, emphasized); 687 fprintf(stderr, "DRAGLEAVE\n");688 // fprintf(stderr, "DRAGLEAVE\n"); 688 689 fflush(stderr); 689 690 } … … 696 697 case DM_DROP: 697 698 ok = FALSE; 698 fprintf(stderr, "DROP\n");699 // fprintf(stderr, "DROP\n"); 699 700 fflush(stderr); 700 701 if (emphasized)
Note:
See TracChangeset
for help on using the changeset viewer.