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

@ -454,7 +454,7 @@ eek_section_get_row (EekSection *section,
EekKey *
eek_section_create_key (EekSection *section,
const gchar *name,
gint keycode)
guint keycode)
{
g_return_val_if_fail (EEK_IS_SECTION(section), NULL);
return EEK_SECTION_GET_CLASS(section)->create_key (section,