diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-11 19:19:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 19:19:17 -0400 |
commit | 4fbec701fcf1505d1c13d7f5d8b55264b8f07e4e (patch) | |
tree | 82daa71d644f15c2e1e58ca9bdb2d4e1a75d3be9 /include/sway/tree/workspace.h | |
parent | 822b45f4836c9a22af5a283e2aea6e4ecd514c22 (diff) | |
parent | 679c7eb08c16daea8e3e1cff7bcf179e116d0e8e (diff) |
Merge pull request #2618 from RyanDwyer/tiling-drag
Implement tiling drag
Diffstat (limited to 'include/sway/tree/workspace.h')
-rw-r--r-- | include/sway/tree/workspace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h index af9a071a..e4b616d1 100644 --- a/include/sway/tree/workspace.h +++ b/include/sway/tree/workspace.h @@ -126,4 +126,6 @@ void workspace_update_representation(struct sway_workspace *ws); void workspace_get_box(struct sway_workspace *workspace, struct wlr_box *box); +size_t workspace_num_tiling_views(struct sway_workspace *ws); + #endif |