sway/include/sway
Ryan Dwyer 138d10d5d6 Rename workspace_outputs to workspace_configs and fix memory leak
When we eventually implement `workspace <ws> gaps inner|outer <px>`,
we'll need to store the gaps settings for workspaces before they're
created. Rather than create a workspace_gaps struct, the approach I'm
taking is to rename workspace_outputs to workspace_configs and then add
gaps settings to that.

I've added a lookup function workspace_find_config. Note that we have a
similar thing for outputs (output_config struct and output_find_config).

Lastly, when freeing config it would create a memory leak by freeing the
list items but not the workspace or output names inside them. This has
been rectified using a free_workspace_config function.
2018-09-28 22:35:38 +10:00
..
desktop
input Rename seat_get_active_child to seat_get_active_tiling_child 2018-09-16 22:01:54 +10:00
tree Rename workspace_outputs to workspace_configs and fix memory leak 2018-09-28 22:35:38 +10:00
commands.h Allow running commands on containers without focusing them 2018-09-23 08:39:11 +10:00
config.h Rename workspace_outputs to workspace_configs and fix memory leak 2018-09-28 22:35:38 +10:00
criteria.h
debug.h
decoration.h
desktop.h
ipc-json.h
ipc-server.h
layers.h Update for swaywm/wlroots#1243 2018-09-14 19:21:44 +02:00
output.h Don't use wlr_output properties 2018-09-05 18:01:43 +10:00
security.h Move get_feature_policy to sway/security.c 2017-04-16 17:09:53 +03:00
server.h Update for swaywm/wlroots#1243 2018-09-14 19:21:44 +02:00
swaynag.h
xwayland.h