Added abilty to change window caption
This commit is contained in:
parent
f6a7f37ecf
commit
8038efbcbc
@ -264,5 +264,6 @@ void QUINN_VideoQuit(_THIS)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void QUINN_SetCaption(_THIS, const char *title, const char *icon) {
|
static void QUINN_SetCaption(_THIS, const char *title, const char *icon) {
|
||||||
// TODO...
|
quinn_set_win_caption(this->hidden->wh, title);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user