commit | dbbc224f11e9963fbd751a946e6b2abd154f2314 | [log] [tgz] |
---|---|---|
author | Eric Kohl <ekohl@codeweavers.com> | Thu Nov 09 20:26:34 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Nov 09 20:26:34 2000 +0000 |
tree | 532b6369792f232dac4b31bffdf1cf581fdb0f29 | |
parent | d9d8ab0be20e161935086a7fed86ddb620dfb8fa [diff] [blame] |
Added header control cursors and drag list arrow icon.
diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h index a0d861c..4f559ce 100644 --- a/dlls/comctl32/comctl32.h +++ b/dlls/comctl32/comctl32.h
@@ -70,6 +70,16 @@ #define IDT_CHECK 401 + +/* Header cursors */ +#define IDC_DIVIDER 106 +#define IDC_DIVIDEROPEN 107 + + +/* DragList icon */ +#define IDI_DRAGARROW 150 + + /* Internal function */ HWND COMCTL32_CreateToolTip (HWND);