The open source OpenXR runtime

c/compositor: Set a window title.

+3
+3
src/xrt/compositor/main/comp_compositor.c
··· 60 60 #include <stdlib.h> 61 61 #include <string.h> 62 62 63 + #define WINDOW_TITLE "Monado" 63 64 64 65 /*! 65 66 */ ··· 978 979 return NULL; 979 980 } 980 981 // clang-format on 982 + 983 + c->window->update_window_title(c->window, WINDOW_TITLE); 981 984 982 985 COMP_DEBUG(c, "Done %p", (void *)c); 983 986