comparison mac/dw.m @ 672:388f2a48aaae

Missed one function to typedef. Fixed errors in the test program and switched to using the new HICN type after making sure the code built on the other platforms unmodified.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Feb 2011 19:25:21 +0000
parents c60a4f6cfae8
children 6d0f0dc7ff7c
comparison
equal deleted inserted replaced
671:c60a4f6cfae8 672:388f2a48aaae
4809 * Sets the icon used for a given window. 4809 * Sets the icon used for a given window.
4810 * Parameters: 4810 * Parameters:
4811 * handle: Handle to the window. 4811 * handle: Handle to the window.
4812 * id: An ID to be used to specify the icon. 4812 * id: An ID to be used to specify the icon.
4813 */ 4813 */
4814 void API dw_window_set_icon(HWND handle, ULONG id) 4814 void API dw_window_set_icon(HWND handle, HICN icon)
4815 { 4815 {
4816 /* This isn't needed, it is loaded from the bundle */ 4816 /* This isn't needed, it is loaded from the bundle */
4817 } 4817 }
4818 4818
4819 /* 4819 /*