mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Fix coding style
This commit is contained in:
parent
538c9b1bf8
commit
e8e4aa0a7c
16 changed files with 28 additions and 22 deletions
|
|
@ -7,9 +7,11 @@ struct server;
|
|||
struct wl_list;
|
||||
|
||||
struct action {
|
||||
struct wl_list link; /* struct keybinding.actions,
|
||||
* struct mousebinding.actions,
|
||||
* struct menuitem.actions */
|
||||
struct wl_list link; /*
|
||||
* struct keybinding.actions
|
||||
* struct mousebinding.actions
|
||||
* struct menuitem.actions
|
||||
*/
|
||||
|
||||
uint32_t type; /* enum action_type */
|
||||
struct wl_list args; /* struct action_arg.link */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue