Prepend the advertised version of the global

master
itycodes 2 weeks ago
parent 992733a9c7
commit 08b3868de1

@ -15,7 +15,7 @@ void handle_global(
uint32_t name,
const char* interface,
uint32_t version) {
printf("%s\n", interface);
printf("v%d %s\n", version, interface);
}
void handle_global_remove(

Loading…
Cancel
Save