mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
code style cleanup
This commit is contained in:
parent
abdab98edc
commit
f42b51f509
1 changed files with 2 additions and 2 deletions
|
|
@ -75,8 +75,8 @@ struct menu {
|
|||
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;
|
||||
struct wlr_scene_rect *background;
|
||||
iostruct wlr_scene_tree *items_tree;
|
||||
};
|
||||
|
||||
/* For keyboard support */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue