EekGtkKeyboard: Use a direct reference to EekboardContext

This commit is contained in:
Dorota Czaplejewicz
2020-01-12 19:37:24 +00:00
parent e5d416fd4f
commit aafecfac02
5 changed files with 14 additions and 13 deletions

View File

@ -41,8 +41,6 @@ struct _LevelKeyboard {
size_t keymap_len; // length of the data inside keymap_fd
guint id; // as a key to layout choices
EekboardContextService *manager; // unowned reference
};
typedef struct _LevelKeyboard LevelKeyboard;