From 77d184913b64b1613ac70acb23c1230c5ec41e67 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 10 Dec 2019 22:48:42 +0000 Subject: rename global resource path variables in win32 frontend --- frontends/windows/gui.h | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'frontends/windows/gui.h') diff --git a/frontends/windows/gui.h b/frontends/windows/gui.h index 8f8f0bcbf..0633c93e8 100644 --- a/frontends/windows/gui.h +++ b/frontends/windows/gui.h @@ -22,13 +22,22 @@ struct gui_window; +/** + * win32 application instance handle. + * + * This handle is set in the main windows entry point. + */ extern HINSTANCE hinst; -/** Directory where all configuration files are held. */ -extern char *nsw32_config_home; +/** + * path to where all user config files are held. + */ +extern char *G_config_path; -/** resource search path vector. */ -extern char **respaths; +/** + * resource search path vector. + */ +extern char **G_resource_pathv; /* bounding box */ typedef struct bbox_s { -- cgit v1.2.3