diff dw.h @ 487:d6e07d292145

Implemented taskbar icons on windows, so I can keep feature for feature with InJoy Firewall.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Nov 2003 15:30:19 +0000
parents ea099ba917c6
children 9354c460d76b
line wrap: on
line diff
--- a/dw.h	Sun Oct 19 07:15:37 2003 +0000
+++ b/dw.h	Sat Nov 08 15:30:19 2003 +0000
@@ -992,6 +992,8 @@
 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);
 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon);
+void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
+void dw_taskbar_delete(HWND handle, unsigned long icon);
 int API dw_screen_width(void);
 int API dw_screen_height(void);
 unsigned long API dw_color_depth(void);