mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
Scene Menu
This commit is contained in:
parent
f26b61137d
commit
f2d40a8d69
8 changed files with 347 additions and 166 deletions
|
|
@ -154,6 +154,7 @@ struct server {
|
|||
uint32_t resize_edges;
|
||||
|
||||
struct wlr_scene_tree *osd_tree;
|
||||
struct wlr_scene_tree *menu_tree;
|
||||
|
||||
struct wl_list outputs;
|
||||
struct wl_listener new_output;
|
||||
|
|
@ -175,8 +176,7 @@ struct server {
|
|||
|
||||
struct theme *theme;
|
||||
|
||||
struct menu *rootmenu;
|
||||
struct menu *windowmenu;
|
||||
struct menu *menu_current;
|
||||
};
|
||||
|
||||
struct output {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue