levelkeyboard: Use a layer for managing keyboard views

This commit is contained in:
Dorota Czaplejewicz
2019-08-03 15:52:06 +00:00
parent 0b6935e50c
commit f371b14e89
22 changed files with 231 additions and 324 deletions

View File

@ -28,6 +28,7 @@
#include <glib-object.h>
#include "eek-container.h"
#include "eek-types.h"
#include "eek-keyboard.h"
G_BEGIN_DECLS
@ -97,7 +98,7 @@ EekKey *eek_section_create_key (EekSection *section,
const gchar *name,
guint keycode);
void eek_section_place_keys (EekSection *section, EekKeyboard *keyboard);
void eek_section_place_keys (EekSection *section, LevelKeyboard *keyboard);
G_END_DECLS
#endif /* EEK_SECTION_H */