Ignore:
Timestamp:
Dec 18, 2002, 1:24:32 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r9158 r9521  
    14941494    RECT   rcExclude;
    14951495} TPMPARAMS, *LPTPMPARAMS;
     1496
     1497/*
     1498 * Combobox information
     1499 */
     1500typedef struct tagCOMBOBOXINFO
     1501{
     1502    DWORD cbSize;
     1503    RECT  rcItem;
     1504    RECT  rcButton;
     1505    DWORD stateButton;
     1506    HWND  hwndCombo;
     1507    HWND  hwndItem;
     1508    HWND  hwndList;
     1509} COMBOBOXINFO, *PCOMBOBOXINFO, *LPCOMBOBOXINFO;
    14961510
    14971511/* FIXME: not sure this one is correct */
Note: See TracChangeset for help on using the changeset viewer.