mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
chase wlroots: Add support for color-representation-v1
Chase wlroots!5185 v2: Add missing include
This commit is contained in:
parent
4b545fdcbd
commit
b06ebfc580
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
#include <wlr/render/allocator.h>
|
#include <wlr/render/allocator.h>
|
||||||
#include <wlr/types/wlr_alpha_modifier_v1.h>
|
#include <wlr/types/wlr_alpha_modifier_v1.h>
|
||||||
#include <wlr/types/wlr_color_management_v1.h>
|
#include <wlr/types/wlr_color_management_v1.h>
|
||||||
|
#include <wlr/types/wlr_color_representation_v1.h>
|
||||||
#include <wlr/types/wlr_data_control_v1.h>
|
#include <wlr/types/wlr_data_control_v1.h>
|
||||||
#include <wlr/types/wlr_data_device.h>
|
#include <wlr/types/wlr_data_device.h>
|
||||||
#include <wlr/types/wlr_drm.h>
|
#include <wlr/types/wlr_drm.h>
|
||||||
|
|
@ -763,6 +764,9 @@ server_init(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wlr_color_representation_manager_v1_create_with_renderer(
|
||||||
|
server.wl_display, 1, server.renderer);
|
||||||
|
|
||||||
layers_init();
|
layers_init();
|
||||||
|
|
||||||
/* These get cleaned up automatically on display destroy */
|
/* These get cleaned up automatically on display destroy */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue