mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Fix minor coding-style violations
...based on https://github.com/johanmalm/checkpatch.pl
This commit is contained in:
parent
439cf4f848
commit
d424514e24
14 changed files with 29 additions and 28 deletions
|
|
@ -17,12 +17,11 @@ struct workspace {
|
|||
struct wlr_scene_tree *tree;
|
||||
};
|
||||
|
||||
|
||||
void workspaces_init(struct server *server);
|
||||
void workspaces_switch_to(struct workspace *target);
|
||||
void workspaces_send_to(struct view *view, struct workspace *target);
|
||||
void workspaces_destroy(struct server *server);
|
||||
void workspaces_osd_hide(struct seat *seat);
|
||||
struct workspace * workspaces_find(struct workspace *anchor, const char *name);
|
||||
struct workspace *workspaces_find(struct workspace *anchor, const char *name);
|
||||
|
||||
#endif /* __LABWC_WORKSPACES_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue