Ignore:
Timestamp:
Jun 23, 1999, 9:45:02 PM (26 years ago)
Author:
achimha
Message:

updated comctl32 with the latest WINE bugfixes. Listview is much better now and tab control doesn't have the wrong color anymore. Many small improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/listview.h

    r4 r164  
    1 /* $Id: listview.h,v 1.1 1999-05-24 20:19:13 ktk Exp $ */
    2 
    31/*
    42 * Listview class extra info
     
    4038    BOOL bLButtonDown;
    4139    BOOL bRButtonDown;
    42     INT nCountPerColumn;
    43     INT nCountPerRow;
    4440    INT nFocusedItem;
    4541    INT nItemHeight;
     
    5854    DWORD dwExStyle;    /* extended listview style */
    5955    HDPA hdpaItems;
    60 
     56    PFNLVCOMPARE pfnCompare;
     57    LPARAM lParamSort;
     58   
    6159} LISTVIEW_INFO;
    6260
Note: See TracChangeset for help on using the changeset viewer.