summaryrefslogtreecommitdiff
path: root/frontends/windows/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-08-18 23:30:12 +0100
committerVincent Sanders <vince@kyllikki.org>2018-08-18 23:30:12 +0100
commita6c595f4f305c43d9da825ad31c0011fe02d0684 (patch)
treefbf00062ed627e21d3c0217e77f6cc341078ce68 /frontends/windows/gui.h
parentc938d1962bed31f0723707fc978bb65ab5a47ef2 (diff)
downloadnetsurf-a6c595f4f305c43d9da825ad31c0011fe02d0684.tar.gz
netsurf-a6c595f4f305c43d9da825ad31c0011fe02d0684.tar.bz2
add win32 http authentication dialog
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