mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-29 07:22:07 +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.
|
// each platform has its own specific version of this function.
|
||||||
void I_SetWindowTitle(const char* caption)
|
void I_SetWindowTitle(const char* caption)
|
||||||
{
|
{
|
||||||
|
auto Screen = static_cast<SDLFB *>(screen)->GetSDLWindow();
|
||||||
if (caption)
|
if (caption)
|
||||||
SDL_SetWindowTitle(static_cast<SDLFB *>(screen)->GetSDLWindow(), caption);
|
SDL_SetWindowTitle(static_cast<SDLFB *>(screen)->GetSDLWindow(), caption);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue