diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-20 14:46:06 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-20 14:46:06 -0500 |
| commit | 06b2a395645406fc8b07678205fe1888ac0c4488 (patch) | |
| tree | fd0a59ee789c4befaeb731c963152b6a1d8446f9 /keyboard.h | |
| parent | d5adf949cf7b2920c3c2d4a84f43b0bac12e74b1 (diff) | |
| download | suggpicker-06b2a395645406fc8b07678205fe1888ac0c4488.tar.gz | |
layer names: don't take argument
Diffstat (limited to 'keyboard.h')
| -rw-r--r-- | keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard.h b/keyboard.h index 6aacbb7..ec36418 100644 --- a/keyboard.h +++ b/keyboard.h @@ -115,7 +115,7 @@ void draw_inset(struct drwsurf *ds, uint32_t x, uint32_t y, uint32_t width, void draw_over_inset(struct drwsurf *ds, uint32_t x, uint32_t y, uint32_t width, uint32_t height, uint32_t border, Color color); -void kbd_init(struct kbd *kb, struct layout *layouts, char *layer_names_list); +void kbd_init(struct kbd *kb, struct layout *layouts); void kbd_init_layout(struct layout *l, uint32_t width, uint32_t height); struct key *kbd_get_key(struct kbd *kb, uint32_t x, uint32_t y); void kbd_unpress_key(struct kbd *kb, uint32_t time); |
