The open source OpenXR runtime
0
fork

Configure Feed

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

st/gui: Show name of device when no modes are found

+2 -1
+1
doc/changes/state_trackers/mr.269.md
··· 1 + gui: Fix name not being shown when video device does not have any modes.
+1 -1
src/xrt/state_trackers/gui/gui_scene_video.c
··· 84 84 xrt_prober_list_video_devices(p->xp, on_video_device, vs); 85 85 } else if (vs->num_modes == 0) { 86 86 // No modes on it :( 87 - igText("No modes found on '%s'!", "vs->xfs->name"); 87 + igText("No modes found on '%s'!", vs->xfs->name); 88 88 } 89 89 90 90 // We have selected a stream device and it has modes.