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
|
|
@ -76,7 +76,7 @@ struct menu {
|
||||||
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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue