Prepend the advertised version of the global

master
itycodes 1 year ago
parent 9bbe40165a
commit 6f1052b6bc

@ -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