Merge branch 'github/fork/ammen99/wlr-workspaces' into 'master'

[DON'T MERGE] wlr-workspaces implementation

See merge request wlroots/wlroots!2357
This commit is contained in:
Ilia Bozhinov 2025-08-08 20:51:48 +00:00
commit 1786a41870
7 changed files with 1434 additions and 0 deletions

View file

@ -47,6 +47,11 @@ compositors = {
],
'dep': [wayland_client, wayland_egl, egl, glesv2],
},
'ext-workspace': {
'src': 'ext-workspace.c',
'dep': [wlroots],
'proto': ['ext-workspace-unstable-v1'],
},
}
foreach name, info : compositors