Skip to content

Commit

Permalink
- fix linux compile
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/posix/sdl/sdlvideo.cpp
  • Loading branch information
raa-eruanna committed Nov 18, 2017
1 parent 35bb9ba commit 28d47d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/posix/sdl/sdlvideo.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 28d47d4

Please sign in to comment.