# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1323029930 0 # Node ID cfc7af97c295b3683c3734c396348393490aaf55 # Parent fbaec6e5df63bf97d4d10887fbb64269c62a313a Added dw_window_set_preferred_size() prototype to the header. diff -r fbaec6e5df63 -r cfc7af97c295 dw.h --- a/dw.h Sun Dec 04 20:11:38 2011 +0000 +++ b/dw.h Sun Dec 04 20:18:50 2011 +0000 @@ -1521,6 +1521,7 @@ void API dw_window_set_size(HWND handle, unsigned long width, unsigned long height); void API dw_window_set_pos_size(HWND handle, long x, long y, unsigned long width, unsigned long height); void API dw_window_get_pos_size(HWND handle, long *x, long *y, unsigned long *width, unsigned long *height); +void API dw_window_get_preferred_size(HWND handle, int *width, int *height); void API dw_window_set_style(HWND handle, unsigned long style, unsigned long mask); void API dw_window_set_icon(HWND handle, HICN icon); void API dw_window_set_bitmap(HWND handle, unsigned long id, char *filename);