Changeset 1879 for trunk/dll/avl.c
- Timestamp:
- Oct 12, 2015, 1:49:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avl.c
r1787 r1879 647 647 HWND hwndDrop; 648 648 649 // fprintf(stderr, "SDlgListboxSubclassProc: BEGINDRAG\n");650 649 cur_ndx = WinQueryLboxSelectedItem(hwnd); 651 650 … … 698 697 ptl2 = ptl; 699 698 WinMapWindowPoints(HWND_DESKTOP, hwnd, &ptl2, 1); 700 // fprintf(stderr, "DRAGOVER mapped x y %d %d to %d %d\n", ptl.x, ptl.y, ptl2.x, ptl2.y);701 699 WinPostMsg(hwnd, WM_BUTTON1CLICK, 702 700 MPFROM2SHORT((SHORT) ptl2.x, (SHORT) ptl2.y), 703 701 MPFROM2SHORT(HT_NORMAL, KC_NONE)); 704 // fprintf(stderr, "DRAGOVER posted 0x%x WM_BUTTON1CLICK x y %d %d\n", hwnd, ptl2.x, ptl2.y);705 702 } 706 703 pDInfo = (PDRAGINFO) mp1; // Get DRAGINFO pointer … … 725 722 // fixme to draw listbox item emphasized 726 723 // DrawTargetEmphasis(hwnd, emphasized); 727 // fprintf(stderr, "DRAGLEAVE\n");728 // fflush(stderr);729 724 } 730 725 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.