diff 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
line wrap: on
line diff
--- a/mac/dw.m	Sun Feb 27 19:01:40 2011 +0000
+++ b/mac/dw.m	Sun Feb 27 19:25:21 2011 +0000
@@ -4811,7 +4811,7 @@
  *       handle: Handle to the window.
  *       id: An ID to be used to specify the icon.
  */
-void API dw_window_set_icon(HWND handle, ULONG id)
+void API dw_window_set_icon(HWND handle, HICN icon)
 {
 	/* This isn't needed, it is loaded from the bundle */
 }