comparison dw.h @ 507:c607eb385e58

Added missing calling conventions. Thanks Bastian for pointing this out.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 22 Jan 2004 18:51:49 +0000
parents f3ed8dda02f8
children 078a40ba2e41
comparison
equal deleted inserted replaced
506:f1998a89a4d5 507:c607eb385e58
1007 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count); 1007 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
1008 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data); 1008 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);
1009 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon); 1009 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon);
1010 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data); 1010 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data);
1011 void API dw_filesystem_change_file(HWND handle, int row, char *filename, unsigned long icon); 1011 void API dw_filesystem_change_file(HWND handle, int row, char *filename, unsigned long icon);
1012 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext); 1012 void API dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
1013 void dw_taskbar_delete(HWND handle, unsigned long icon); 1013 void API dw_taskbar_delete(HWND handle, unsigned long icon);
1014 int API dw_screen_width(void); 1014 int API dw_screen_width(void);
1015 int API dw_screen_height(void); 1015 int API dw_screen_height(void);
1016 unsigned long API dw_color_depth(void); 1016 unsigned long API dw_color_depth(void);
1017 HWND API dw_notebook_new(unsigned long id, int top); 1017 HWND API dw_notebook_new(unsigned long id, int top);
1018 unsigned long API dw_notebook_page_new(HWND handle, unsigned long flags, int front); 1018 unsigned long API dw_notebook_page_new(HWND handle, unsigned long flags, int front);