mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Merge 60b3b87edd into 2e755cf13f
This commit is contained in:
commit
09de1359fc
6 changed files with 181 additions and 82 deletions
|
|
@ -30,6 +30,9 @@ enum swayc_layouts{
|
|||
struct sway_container {
|
||||
wlc_handle handle;
|
||||
|
||||
// Internal container, e.g. scratchpad
|
||||
bool internal;
|
||||
|
||||
enum swayc_types type;
|
||||
enum swayc_layouts layout;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue