Implement wlr-output-management-v1

This commit is contained in:
Josef Gajdusek 2019-05-20 23:47:05 +02:00 committed by Simon Ser
parent 00cffb8e20
commit b3a5effef2
4 changed files with 111 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_layer_shell_v1.h>
#include <wlr/types/wlr_output_management_v1.h>
#include <wlr/types/wlr_presentation_time.h>
#include <wlr/types/wlr_relative_pointer_v1.h>
#include <wlr/types/wlr_server_decoration.h>
@ -67,6 +68,10 @@ struct sway_server {
struct wlr_pointer_constraints_v1 *pointer_constraints;
struct wl_listener pointer_constraint;
struct wlr_output_manager_v1 *output_manager_v1;
struct wl_listener output_manager_apply;
struct wl_listener output_manager_test;
size_t txn_timeout_ms;
list_t *transactions;
list_t *dirty_nodes;