From 06b2a395645406fc8b07678205fe1888ac0c4488 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 20 Jan 2022 14:46:06 -0500 Subject: layer names: don't take argument --- keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboard.h') 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); -- cgit 1.4.1