mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-05-08 12:25:32 -04:00
Merge 25e4d1938b into 14d12cfa49
This commit is contained in:
commit
9d61a7845e
4 changed files with 479 additions and 432 deletions
3
server.h
3
server.h
|
|
@ -61,6 +61,9 @@ struct cg_server {
|
|||
struct wl_listener output_manager_apply;
|
||||
struct wl_listener output_manager_test;
|
||||
|
||||
struct wlr_output_power_manager_v1 *output_power_manager_v1;
|
||||
struct wl_listener output_power_manager_set_mode;
|
||||
|
||||
#if WLR_HAS_DRM_BACKEND
|
||||
struct wlr_drm_lease_v1_manager *drm_lease_v1;
|
||||
struct wl_listener drm_lease_request;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue