| commit | e74f219da6586e53cf26d451cd672dbf6b259c4d | [log] [tgz] |
|---|---|---|
| author | Alex Priem <alexp@sci.kun.nl> | Sun Jul 18 18:31:05 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun Jul 18 18:31:05 1999 +0000 |
| tree | ec5413e6bae3cd1d3be0f7b81d9dd81efc577d92 | |
| parent | e6bffc0965119a4ed1e23b84ff3f517da9d0716a [diff] [blame] |
- Implementation of simple comctl32 v5.0 changes. - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
diff --git a/include/treeview.h b/include/treeview.h index 3dd3b6a..8e006a9 100644 --- a/include/treeview.h +++ b/include/treeview.h
@@ -70,6 +70,7 @@ INT cx,cy; /* current x/y place in list */ COLORREF clrBk; COLORREF clrText; + COLORREF clrLine; HFONT hFont; HFONT hBoldFont; HWND hwndToolTip;