fix typos

This commit is contained in:
David Barr 2024-10-17 11:02:46 +01:00 committed by GitHub
parent e79f5262aa
commit 7aeeac1b8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ struct menu {
struct wl_list link; /* server.menus */
struct wlr_scene_rect *border;
struct wlr_scene_rect *background;
iostruct wlr_scene_tree *items_tree;
struct wlr_scene_tree *items_tree;
};
/* For keyboard support */