Removing tabs first

This commit is contained in:
Luci
2019-01-31 20:50:55 -02:00
parent e212262f29
commit 436740b64a
13 changed files with 172 additions and 172 deletions

View File

@ -69,13 +69,13 @@ struct _EekXklLayoutPrivate
* Any ideas on architectural improvements are WELCOME
*/
extern gboolean xkl_xkb_config_native_prepare (XklEngine * engine,
const XklConfigRec * data,
XkbComponentNamesPtr
component_names);
const XklConfigRec * data,
XkbComponentNamesPtr
component_names);
extern void xkl_xkb_config_native_cleanup (XklEngine * engine,
XkbComponentNamesPtr
component_names);
XkbComponentNamesPtr
component_names);
static gboolean set_xkb_component_names (EekXklLayout *layout,
XklConfigRec *config);