Place keys after symbols have been read, skipping blank keys

This commit is contained in:
David Boddie
2019-07-18 17:45:51 +02:00
parent 7b41466a77
commit f6d4ca0387
4 changed files with 100 additions and 69 deletions

View File

@ -55,5 +55,7 @@ struct _EekLayoutClass
GType eek_layout_get_type (void) G_GNUC_CONST;
void eek_layout_place_sections(EekKeyboard *keyboard);
G_END_DECLS
#endif /* EEK_LAYOUT_H */