summaryrefslogtreecommitdiff
path: root/frontends/windows/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/gui.h')
-rw-r--r--frontends/windows/gui.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontends/windows/gui.h b/frontends/windows/gui.h
index efbf02924..5fd9decb2 100644
--- a/frontends/windows/gui.h
+++ b/frontends/windows/gui.h
@@ -56,4 +56,15 @@ void win32_set_quit(bool q);
*/
nserror win32_warning(const char *warning, const char *detail);
+/**
+ * add a modeless dialog to the special handling list
+ */
+nserror nsw32_add_dialog(HWND hwndDlg);
+
+/**
+ * remove a modeless dialog from the special handling list
+ */
+nserror nsw32_del_dialog(HWND hwndDlg);
+
+
#endif