File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -454,4 +454,6 @@ Server::Server() : listeners(*this) {
454
454
listeners.drm_lease_request .notify = drm_lease_notify;
455
455
wl_signal_add (&drm_manager->events .request , &listeners.drm_lease_request );
456
456
}
457
+
458
+ content_type_manager = wlr_content_type_manager_v1_create (display, 1 );
457
459
}
Original file line number Diff line number Diff line change 10
10
#include " wlr-wrap-start.hpp"
11
11
#include < wlr/backend/session.h>
12
12
#include < wlr/render/allocator.h>
13
+ #include < wlr/types/wlr_content_type_v1.h>
13
14
#include < wlr/types/wlr_drm_lease_v1.h>
14
15
#include < wlr/types/wlr_foreign_toplevel_management_v1.h>
15
16
#include < wlr/types/wlr_idle_inhibit_v1.h>
@@ -90,6 +91,7 @@ class Server {
90
91
wlr_idle_inhibit_manager_v1* idle_inhibit_manager;
91
92
92
93
wlr_drm_lease_v1_manager* drm_manager;
94
+ wlr_content_type_manager_v1* content_type_manager;
93
95
94
96
Server ();
95
97
You can’t perform that action at this time.
0 commit comments