Added abilty to change window caption

This commit is contained in:
Andrew Pamment 2016-02-12 12:20:51 +10:00
parent f6a7f37ecf
commit 8038efbcbc

View File

@ -264,5 +264,6 @@ void QUINN_VideoQuit(_THIS)
}
static void QUINN_SetCaption(_THIS, const char *title, const char *icon) {
// TODO...
quinn_set_win_caption(this->hidden->wh, title);
return;
}