Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Monado
Monado
Commits
c9b1fcf5
Commit
c9b1fcf5
authored
Jan 25, 2022
by
Christoph Haag
Browse files
comp/main: Re add accidentally deleted WINDOW_XCB case
Fixes
856d2d39
parent
06407289
Pipeline
#492751
passed with stages
in 10 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/xrt/compositor/main/comp_compositor.c
View file @
c9b1fcf5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment