code style cleanup

This commit is contained in:
David Barr 2024-10-16 18:47:58 +01:00 committed by GitHub
parent abdab98edc
commit f42b51f509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,8 +75,8 @@ struct menu {
struct view *triggered_by_view; /* may be NULL */ struct view *triggered_by_view; /* may be NULL */
struct wl_list link; /* server.menus */ struct wl_list link; /* server.menus */
struct wlr_scene_rect *border; struct wlr_scene_rect *border;
struct wlr_scene_rect *background; struct wlr_scene_rect *background;
struct wlr_scene_tree *items_tree; iostruct wlr_scene_tree *items_tree;
}; };
/* For keyboard support */ /* For keyboard support */