summaryrefslogtreecommitdiff
path: root/libmatekbd/matekbd-indicator-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmatekbd/matekbd-indicator-config.h')
-rw-r--r--libmatekbd/matekbd-indicator-config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmatekbd/matekbd-indicator-config.h b/libmatekbd/matekbd-indicator-config.h
index d7545ff..c989f2a 100644
--- a/libmatekbd/matekbd-indicator-config.h
+++ b/libmatekbd/matekbd-indicator-config.h
@@ -27,7 +27,8 @@
/*
* Indicator configuration
*/
-typedef struct _MatekbdIndicatorConfig {
+typedef struct _MatekbdIndicatorConfig MatekbdIndicatorConfig;
+struct _MatekbdIndicatorConfig {
int secondary_groups_mask;
gboolean show_flags;
@@ -41,7 +42,7 @@ typedef struct _MatekbdIndicatorConfig {
GtkIconTheme *icon_theme;
int config_listener_id;
XklEngine *engine;
-} MatekbdIndicatorConfig;
+};
/**
* MatekbdIndicatorConfig functions -