The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Fix XRT_COMPOSITOR_FORCE_WAYLAND_DIRECT;

bjorn d1657625 ea7ec1bd

+1 -1
+1 -1
src/xrt/compositor/main/comp_settings.c
··· 95 95 } 96 96 97 97 if (debug_get_bool_option_force_wayland_direct()) { 98 - s->target_identifier = "wayland_direct"; 98 + s->target_identifier = "direct_wayland"; 99 99 } 100 100 101 101 if (debug_get_bool_option_force_xcb()) {