Add files via upload

This commit is contained in:
David Barr 2024-10-14 20:14:36 +01:00 committed by GitHub
parent 5f3600b0b8
commit cacc645fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -24,6 +24,7 @@ struct menu_scene {
struct wlr_scene_tree *tree;
struct wlr_scene_node *text;
struct wlr_scene_node *background;
struct scaled_font_buffer *buffer;
};
@ -74,6 +75,9 @@ struct menu {
/* Used to match a window-menu to the view that triggered it. */
struct view *triggered_by_view; /* may be NULL */
struct wl_list link; /* server.menus */
struct wlr_scene_rect *border;
struct wlr_scene_rect *background;
struct wlr_scene_tree *items_tree;
};
/* For keyboard support */