Commit b2e099cf authored by Alex Priem's avatar Alex Priem Committed by Alexandre Julliard

Small update.

parent d2d7f969
......@@ -25,10 +25,13 @@ typedef struct tagTAB_INFO
HFONT32 hFont; /* handle to the current font */
HCURSOR32 hcurArrow; /* handle to the current cursor */
HIMAGELIST himl; /* handle to a image list (may be 0) */
HWND32 hwndToolTip; /* handle to tab's tooltip */
UINT32 cchTextMax;
INT32 iSelected; /* the currently selected item */
INT32 uFocus; /* item which has the focus */
TAB_ITEM *items; /* pointer to an array of TAB_ITEM's */
RECT32 rect;
BOOL32 DoRedraw; /* flag for redrawing when tab contents is changed*/
} TAB_INFO;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment