The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

comp: Fix Wayland backend

+2
+2
src/xrt/compositor/main/comp_window_wayland.c
··· 109 109 struct comp_window_wayland *w = 110 110 U_TYPED_CALLOC(struct comp_window_wayland); 111 111 112 + comp_target_swapchain_init_set_fnptrs(&w->base); 113 + 112 114 w->base.base.name = "wayland"; 113 115 w->base.base.destroy = comp_window_wayland_destroy; 114 116 w->base.base.flush = comp_window_wayland_flush;