Changeset 1879 for trunk/dll/avl.c


Ignore:
Timestamp:
Oct 12, 2015, 1:49:35 AM (10 years ago)
Author:
Gregg Young
Message:

Code cleanup fix declares

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avl.c

    r1787 r1879  
    647647      HWND hwndDrop;
    648648
    649       // fprintf(stderr, "SDlgListboxSubclassProc: BEGINDRAG\n");
    650649      cur_ndx = WinQueryLboxSelectedItem(hwnd);
    651650
     
    698697      ptl2 = ptl;
    699698      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);
    701699      WinPostMsg(hwnd, WM_BUTTON1CLICK,
    702700                 MPFROM2SHORT((SHORT) ptl2.x, (SHORT) ptl2.y),
    703701                 MPFROM2SHORT(HT_NORMAL, KC_NONE));
    704       // fprintf(stderr, "DRAGOVER posted 0x%x WM_BUTTON1CLICK x y %d %d\n", hwnd, ptl2.x, ptl2.y);
    705702    }
    706703    pDInfo = (PDRAGINFO) mp1;           // Get DRAGINFO pointer
     
    725722      // fixme to draw listbox item emphasized
    726723      // DrawTargetEmphasis(hwnd, emphasized);
    727       // fprintf(stderr, "DRAGLEAVE\n");
    728       // fflush(stderr);
    729724    }
    730725    return 0;
Note: See TracChangeset for help on using the changeset viewer.