mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fix linux compile
# Conflicts: # src/posix/sdl/sdlvideo.cpp
This commit is contained in:
parent
35bb9ba9d3
commit
28d47d463f
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ ADD_STAT (blit)
|
|||
// each platform has its own specific version of this function.
|
||||
void I_SetWindowTitle(const char* caption)
|
||||
{
|
||||
auto Screen = static_cast<SDLFB *>(screen)->GetSDLWindow();
|
||||
if (caption)
|
||||
SDL_SetWindowTitle(static_cast<SDLFB *>(screen)->GetSDLWindow(), caption);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue