| commit | 254b97732befd7e7bd29f369d2878ef38bfd4488 | [log] [tgz] |
|---|---|---|
| author | Thomas Weidenmueller <wine-patches@reactsoft.com> | Mon Feb 19 16:25:01 2007 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 20 20:10:53 2007 +0100 |
| tree | bf6f15f6b5b091b4f25626de4ac51f9d1eb33fc5 | |
| parent | 8c5d169a2092c72ff21ef14b1e6b6604b000d744 [diff] [blame] |
comctl32: Implement LM_GETIDEALSIZE for the syslink control.
diff --git a/include/commctrl.h b/include/commctrl.h index 1415a30..3225e1b 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -4889,6 +4889,7 @@ /* SysLink messages */ #define LM_HITTEST (WM_USER + 768) #define LM_GETIDEALHEIGHT (WM_USER + 769) +#define LM_GETIDEALSIZE (LM_GETIDEALHEIGHT) #define LM_SETITEM (WM_USER + 770) #define LM_GETITEM (WM_USER + 771)