summaryrefslogtreecommitdiff
path: root/src/modules/xkbswitch/e_mod_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/xkbswitch/e_mod_parse.h')
-rw-r--r--src/modules/xkbswitch/e_mod_parse.h27
1 files changed, 20 insertions, 7 deletions
diff --git a/src/modules/xkbswitch/e_mod_parse.h b/src/modules/xkbswitch/e_mod_parse.h
index e0ce201081..f5624cc1c4 100644
--- a/src/modules/xkbswitch/e_mod_parse.h
+++ b/src/modules/xkbswitch/e_mod_parse.h
@@ -26,12 +26,6 @@ typedef struct _E_XKB_Layout
Eina_List *variants;
} E_XKB_Layout;
-typedef struct _E_XKB_Option_Group
-{
- const char *description;
- Eina_List *options;
-} E_XKB_Option_Group;
-
typedef struct _E_XKB_Option
{
const char *name;
@@ -46,6 +40,25 @@ int layout_sort_by_name_cb(const void *data1, const void *data2);
extern Eina_List *models;
extern Eina_List *layouts;
-extern Eina_List *optgroups;
+
+extern Eina_List *optled;
+extern Eina_List *optswitch;
+extern Eina_List *optlv3;
+extern Eina_List *optctrl;
+extern Eina_List *optkeypad;
+extern Eina_List *optdelkeypad;
+extern Eina_List *optcapslock;
+extern Eina_List *optaltwin;
+extern Eina_List *optcompose;
+extern Eina_List *optcurrency;
+extern Eina_List *optlv5;
+extern Eina_List *optspacebar;
+extern Eina_List *optjapan;
+extern Eina_List *optkorean;
+extern Eina_List *optesperanto;
+extern Eina_List *optsolaris;
+extern Eina_List *optterminate;
+extern Eina_List *optmisc;
+
#endif