geometry: Move customizations to the button table

This commit is contained in:
Dorota Czaplejewicz
2019-08-02 14:28:34 +00:00
parent 45f9353164
commit 04b721aed9
4 changed files with 48 additions and 29 deletions

View File

@ -99,10 +99,7 @@ void eek_section_get_row (EekSection *section,
EekKey *eek_section_create_key (EekSection *section,
const gchar *name,
gint keycode);
EekKey *eek_section_find_key_by_keycode (EekSection *section,
guint keycode);
guint keycode);
void eek_section_place_keys (EekSection *section, EekKeyboard *keyboard);