mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -05:00
wlr-workspace: first version
add wlr-workspace header start wlr_workspace impl by copying from wlr_foreign_toplevel add more stubs workspace: implement output_enter/leave add create methods start with impl destroy finish impelmenttation of workspace-unstable implement wlr-workspace example small fixes to the example client fix names as requested in review
This commit is contained in:
parent
beae3018cb
commit
754fb31f04
7 changed files with 1281 additions and 0 deletions
|
|
@ -185,6 +185,11 @@ clients = {
|
|||
'input-method-unstable-v2',
|
||||
],
|
||||
},
|
||||
'wlr-workspace': {
|
||||
'src': 'wlr-workspace.c',
|
||||
'dep': [wlroots],
|
||||
'proto': ['wlr-workspace-unstable-v1'],
|
||||
},
|
||||
}
|
||||
|
||||
foreach name, info : compositors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue