mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
examples: add output-power-management example client
This commit is contained in:
parent
ba14e196f6
commit
0df5019609
2 changed files with 139 additions and 0 deletions
|
|
@ -81,6 +81,11 @@ clients = {
|
|||
'dep': [wayland_cursor, math],
|
||||
'proto': ['wlr-gamma-control-unstable-v1'],
|
||||
},
|
||||
'output-power-management': {
|
||||
'src': 'output-power-management.c',
|
||||
'dep': [wayland_client, wlroots],
|
||||
'proto': ['wlr-output-power-management-unstable-v1'],
|
||||
},
|
||||
'pointer-constraints': {
|
||||
'src': 'pointer-constraints.c',
|
||||
'dep': wlroots,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue