mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
comp/main: Re add accidentally deleted WINDOW_XCB case
Fixes 856d2d39c8
This commit is contained in:
parent
0640728969
commit
c9b1fcf572
|
@ -641,6 +641,7 @@ select_instances_extensions(struct comp_compositor *c, struct u_string_list *req
|
|||
break;
|
||||
#endif
|
||||
#ifdef VK_USE_PLATFORM_XCB_KHR
|
||||
case WINDOW_XCB:
|
||||
u_string_list_append_array(required, instance_extensions_xcb, ARRAY_SIZE(instance_extensions_xcb));
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue