20#ifndef NETSURF_WINDOWS_GUI_H
21#define NETSURF_WINDOWS_GUI_H
30extern HINSTANCE
hinst;
nserror
Enumeration of error codes.
struct nsfb_bbox_s bbox_t
first entry in window list
char ** G_resource_pathv
resource search path vector.
char * G_config_path
path to where all user config files are held.
nserror nsw32_del_dialog(HWND hwndDlg)
remove a modeless dialog from the special handling list
nserror win32_warning(const char *warning, const char *detail)
Warn the user of an event.
nserror nsw32_add_dialog(HWND hwndDlg)
add a modeless dialog to the special handling list
void win32_run(void)
Run the win32 message loop with scheduling.
nserror win32_report_nserror(nserror error, const char *detail)
Warn the user of an unexpected nserror.
void win32_set_quit(bool q)
cause the main message loop to exit
HINSTANCE hinst
win32 application instance handle.