summaryrefslogtreecommitdiff
path: root/libgnomekbd/gkbd-desktop-config.h
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2009-06-29 00:56:35 +0100
committerSergey V. Udaltsov <svu@gnome.org>2009-06-29 00:56:35 +0100
commit3b40029262b0007db0d3cb07b0ef658a391063aa (patch)
treee81c4769b354ee2861508f95fd0af4f088f52438 /libgnomekbd/gkbd-desktop-config.h
parentee9f91cae3772bdf3f5b2f6b7ce515ca8704a105 (diff)
downloadlibgnomekbd-3b40029262b0007db0d3cb07b0ef658a391063aa.tar.gz
Optional loading of extras, using libxklavier 4.0
Now, xkeyboard-config has separate section for exotic layouts. libxklavier 4.0 supports that feature. Now, it is configurable through gconf
Diffstat (limited to 'libgnomekbd/gkbd-desktop-config.h')
-rw-r--r--libgnomekbd/gkbd-desktop-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgnomekbd/gkbd-desktop-config.h b/libgnomekbd/gkbd-desktop-config.h
index 6dc6fc6..5f66909 100644
--- a/libgnomekbd/gkbd-desktop-config.h
+++ b/libgnomekbd/gkbd-desktop-config.h
@@ -39,6 +39,7 @@ typedef struct _GkbdDesktopConfig {
gboolean group_per_app;
gboolean handle_indicators;
gboolean layout_names_as_group_names;
+ gboolean load_extra_items;
/* private, transient */
GConfClient *conf_client;