mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
view: refactor view_edge_parse()
This commit is contained in:
parent
03004cf44b
commit
4b0ac0234c
4 changed files with 25 additions and 16 deletions
|
|
@ -668,7 +668,7 @@ void view_init(struct view *view);
|
|||
void view_destroy(struct view *view);
|
||||
|
||||
enum view_axis view_axis_parse(const char *direction);
|
||||
enum view_edge view_edge_parse(const char *direction);
|
||||
enum view_edge view_edge_parse(const char *direction, bool tiled, bool any);
|
||||
enum view_placement_policy view_placement_parse(const char *policy);
|
||||
|
||||
/* xdg.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue