Changeset 2820 for trunk/src/comctl32/draglist.c
- Timestamp:
- Feb 18, 2000, 6:13:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/draglist.c
r2740 r2820 16 16 17 17 #include "commctrl.h" 18 #include <misc.h> 18 19 19 20 static DWORD dwLastScrollTime = 0; … … 22 23 BOOL WINAPI MakeDragList (HWND hwndLB) 23 24 { 24 //FIXME("(0x%x)\n", hwndLB); 25 25 dprintf(("COMCTL32: MakeDragList - empty stub!")); 26 26 27 27 return FALSE; … … 31 31 VOID WINAPI DrawInsert (HWND hwndParent, HWND hwndLB, INT nItem) 32 32 { 33 //FIXME("(0x%x 0x%x %d)\n", hwndParent, hwndLB, nItem); 34 35 33 dprintf(("COMCTL32: DrawInsert - empty stub!")); 36 34 } 37 35 … … 43 41 DWORD dwScrollTime; 44 42 45 //FIXME("(0x%x %ld x %ld %s)\n", 46 // hwndLB, pt.x, pt.y, bAutoScroll ? "TRUE" : "FALSE"); 43 dprintf(("COMCTL32: LBItemFromPt")); 47 44 48 45 ScreenToClient (hwndLB, &pt);
Note:
See TracChangeset
for help on using the changeset viewer.