mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-17 00:11:05 +00:00
- fix linux compile
This commit is contained in:
parent
b0fa21017b
commit
4da9dbf864
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ ADD_STAT (blit)
|
|||
// each platform has its own specific version of this function.
|
||||
void I_SetWindowTitle(const char* caption)
|
||||
{
|
||||
Screen = screen->GetSDLWindow();
|
||||
auto Screen = static_cast<SDLFB *>(screen)->GetSDLWindow();
|
||||
if (caption)
|
||||
SDL_SetWindowTitle(Screen, caption);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue