# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1336047594 0 # Node ID cc3aba44943e942a9cf9f8f955529facedde6dad # Parent 4487f6bc9e8b67904fbf2113ddc8eeea4f44b90f Oops... missed the header file change in that last commit. diff -r 4487f6bc9e8b -r cc3aba44943e dw.h --- a/dw.h Thu May 03 12:18:25 2012 +0000 +++ b/dw.h Thu May 03 12:19:54 2012 +0000 @@ -243,6 +243,7 @@ HBITMAP hbm; HWND handle, font; unsigned long transcolor; + int depth; } *HPIXMAP; typedef void *HTREEITEM;