Ignore:
Timestamp:
Apr 15, 2000, 4:22:31 PM (25 years ago)
Author:
cbratschi
Message:

new listview item handling, new messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/treeview.cpp

    r3369 r3385  
    1 /* $Id: treeview.cpp,v 1.8 2000-04-12 16:39:00 cbratschi Exp $ */
     1/* $Id: treeview.cpp,v 1.9 2000-04-15 14:22:31 cbratschi Exp $ */
    22/* Treeview control
    33 *
     
    41204120}
    41214121
    4122 static LRESULT
    4123 TREEVIEW_CreateDragImage (HWND hwnd, WPARAM wParam, LPARAM lParam)
     4122static LRESULT TREEVIEW_CreateDragImage (HWND hwnd, WPARAM wParam, LPARAM lParam)
    41244123{
    41254124  TREEVIEW_INFO *infoPtr = TREEVIEW_GetInfoPtr(hwnd);
     
    41354134  BOOL mustFree = FALSE;
    41364135
    4137   if (!(infoPtr->himlNormal))  return 0;
     4136  if (!(infoPtr->himlNormal)) return 0;
    41384137  dragItem = TREEVIEW_ValidItem (infoPtr, (HTREEITEM) lParam);
    41394138
Note: See TracChangeset for help on using the changeset viewer.