comparison os2/dw.c @ 489:bc156294dd16

Fix compiler complaints on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Nov 2003 17:14:45 +0000
parents d6e07d292145
children a7f478e9c20c
comparison
equal deleted inserted replaced
488:6aa93935d2c7 489:bc156294dd16
6949 * icon: Icon handle to display in the taskbar. 6949 * icon: Icon handle to display in the taskbar.
6950 * bubbletext: Text to show when the mouse is above the icon. 6950 * bubbletext: Text to show when the mouse is above the icon.
6951 */ 6951 */
6952 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext) 6952 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext)
6953 { 6953 {
6954 /* TODO */ 6954 handle = handle;
6955 icon = icon;
6956 bubbletext = bubbletext;
6957 /* TODO */
6955 } 6958 }
6956 6959
6957 /* 6960 /*
6958 * Deletes an icon from the taskbar. 6961 * Deletes an icon from the taskbar.
6959 * Parameters: 6962 * Parameters:
6960 * handle: Window handle that was used with dw_taskbar_insert(). 6963 * handle: Window handle that was used with dw_taskbar_insert().
6961 * icon: Icon handle that was used with dw_taskbar_insert(). 6964 * icon: Icon handle that was used with dw_taskbar_insert().
6962 */ 6965 */
6963 void dw_taskbar_delete(HWND handle, unsigned long icon) 6966 void dw_taskbar_delete(HWND handle, unsigned long icon)
6964 { 6967 {
6965 /* TODO */ 6968 handle = handle;
6969 icon = icon;
6970 /* TODO */
6966 } 6971 }
6967 6972
6968 /* 6973 /*
6969 * Creates a rendering context widget (window) to be packed. 6974 * Creates a rendering context widget (window) to be packed.
6970 * Parameters: 6975 * Parameters: