From 43e91251ad7844961f75c8af0ce7605c6e33f09b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 19 Oct 2016 23:07:43 +0100 Subject: windows frontend netsurf options --- frontends/windows/options.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 frontends/windows/options.h (limited to 'frontends/windows/options.h') diff --git a/frontends/windows/options.h b/frontends/windows/options.h new file mode 100644 index 000000000..50e6e00c6 --- /dev/null +++ b/frontends/windows/options.h @@ -0,0 +1,33 @@ +/* + * Copyright 2016 Vincent Sanders + * + * This file is part of NetSurf, http://www.netsurf-browser.org/ + * + * NetSurf is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * NetSurf is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef _NETSURF_WIN32_OPTIONS_H_ +#define _NETSURF_WIN32_OPTIONS_H_ + +/* currently nothing here */ + +#endif + +/* location to download files to */ +NSOPTION_STRING(downloads_directory, NULL) + +/* where to store URL database */ +NSOPTION_STRING(url_file, NULL) + +/* path to save hotlist file */ +NSOPTION_STRING(hotlist_path, NULL) -- cgit v1.2.3