mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-07-05 00:06:18 -04:00
Merge 7e44e3c832 into 350e2ef8b9
This commit is contained in:
commit
29a5bac403
7 changed files with 199 additions and 1 deletions
4
server.h
4
server.h
|
|
@ -9,6 +9,7 @@
|
|||
#include <wlr/types/wlr_idle_inhibit_v1.h>
|
||||
#include <wlr/types/wlr_idle_notify_v1.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <wlr/types/wlr_output_power_management_v1.h>
|
||||
#include <wlr/types/wlr_relative_pointer_v1.h>
|
||||
#include <wlr/types/wlr_xdg_decoration_v1.h>
|
||||
#include <wlr/util/log.h>
|
||||
|
|
@ -61,6 +62,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