diff dw.h @ 2068:ade83a05a7d8

Added notification stubs for Windows and OS/2. Windows code is in progress, but having some build system integration issues. So I wanted to commit the stubs at least to ensure things still build in the meantime.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 14 May 2020 23:27:56 +0000
parents 2c2530f8cbef
children b4b49d29b940
line wrap: on
line diff
--- a/dw.h	Thu May 14 13:13:45 2020 +0000
+++ b/dw.h	Thu May 14 23:27:56 2020 +0000
@@ -1790,6 +1790,7 @@
 char * API dw_file_browse(const char *title, const char *defpath, const char *ext, int flags);
 char * API dw_user_dir(void);
 char * API dw_app_dir(void);
+int API dw_app_id_set(const char *appid);
 DWDialog * API dw_dialog_new(void *data);
 int API dw_dialog_dismiss(DWDialog *dialog, void *result);
 void * API dw_dialog_wait(DWDialog *dialog);