tangled
alpha
login
or
join now
matrixfurry.com
/
monado
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
c/compositor: Set a window title.
Lubosz Sarnecki
5 years ago
a5dc3135
499751e4
+3
1 changed file
expand all
collapse all
unified
split
src
xrt
compositor
main
comp_compositor.c
+3
src/xrt/compositor/main/comp_compositor.c
···
60
60
#include <stdlib.h>
61
61
#include <string.h>
62
62
63
63
+
#define WINDOW_TITLE "Monado"
63
64
64
65
/*!
65
66
*/
···
978
979
return NULL;
979
980
}
980
981
// clang-format on
982
982
+
983
983
+
c->window->update_window_title(c->window, WINDOW_TITLE);
981
984
982
985
COMP_DEBUG(c, "Done %p", (void *)c);
983
986