mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-17 00:11:05 +00:00
parent
00de8880b8
commit
906607df45
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n
|
|||
}
|
||||
|
||||
// each platform has its own specific version of this function.
|
||||
void DFrameBuffer::I_SetWindowTitle(const char* caption)
|
||||
void I_SetWindowTitle(const char* caption)
|
||||
{
|
||||
if (caption)
|
||||
SetWindowText(Window, (LPCTSTR)caption);
|
||||
|
|
Loading…
Reference in a new issue