Ignore:
Timestamp:
Feb 18, 2000, 6:13:39 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/draglist.c

    r2740 r2820  
    1616
    1717#include "commctrl.h"
     18#include <misc.h>
    1819
    1920static DWORD dwLastScrollTime = 0;
     
    2223BOOL WINAPI MakeDragList (HWND hwndLB)
    2324{
    24     //FIXME("(0x%x)\n", hwndLB);
    25 
     25    dprintf(("COMCTL32: MakeDragList - empty stub!"));
    2626
    2727    return FALSE;
     
    3131VOID WINAPI DrawInsert (HWND hwndParent, HWND hwndLB, INT nItem)
    3232{
    33     //FIXME("(0x%x 0x%x %d)\n", hwndParent, hwndLB, nItem);
    34 
    35 
     33    dprintf(("COMCTL32: DrawInsert - empty stub!"));
    3634}
    3735
     
    4341    DWORD dwScrollTime;
    4442
    45     //FIXME("(0x%x %ld x %ld %s)\n",
    46     //       hwndLB, pt.x, pt.y, bAutoScroll ? "TRUE" : "FALSE");
     43    dprintf(("COMCTL32: LBItemFromPt"));
    4744
    4845    ScreenToClient (hwndLB, &pt);
Note: See TracChangeset for help on using the changeset viewer.