summaryrefslogtreecommitdiff
path: root/frontends/gtk/options.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-20 17:31:16 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commitcbb818aa64b21e20954d06a4c5374a065d61088f (patch)
treeeafb40ff1b55a4c0b256ab44663a6bb6b2df3bbe /frontends/gtk/options.h
parent9b03d6ba6372298ad4df171003d35d54fe0c772c (diff)
downloadnetsurf-cbb818aa64b21e20954d06a4c5374a065d61088f.tar.gz
netsurf-cbb818aa64b21e20954d06a4c5374a065d61088f.tar.bz2
improve how toolbar contents customisation is stored in user options
Diffstat (limited to 'frontends/gtk/options.h')
-rw-r--r--frontends/gtk/options.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/frontends/gtk/options.h b/frontends/gtk/options.h
index 018a448be..483a766a0 100644
--- a/frontends/gtk/options.h
+++ b/frontends/gtk/options.h
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _NETSURF_GTK_OPTIONS_H_
-#define _NETSURF_GTK_OPTIONS_H_
+#ifndef NETSURF_GTK_OPTIONS_H_
+#define NETSURF_GTK_OPTIONS_H_
/* currently nothing here */
@@ -72,4 +72,7 @@ NSOPTION_INTEGER(developer_view, 0)
NSOPTION_INTEGER(position_tab, 0)
/* Toolbar customisation */
-NSOPTION_STRING(toolbar_order, NULL)
+NSOPTION_STRING(toolbar_items, NULL)
+
+/* The menu and tool bars that are shown */
+NSOPTION_STRING(toolbar_show, NULL)