mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-28 07:29:57 +00:00
fixed initial window title
This commit is contained in:
parent
fbddf063cb
commit
4cf65a3faf
@ -768,7 +768,7 @@ static SDL_Surface * init_sdl_video(int width, int height, int bpp, Uint32 flags
|
||||
if (!sdl_window) {
|
||||
int m = get_mag_rate();
|
||||
sdl_window = SDL_CreateWindow(
|
||||
"Basilisk II",
|
||||
GetString(STR_WINDOW_TITLE),
|
||||
SDL_WINDOWPOS_UNDEFINED,
|
||||
SDL_WINDOWPOS_UNDEFINED,
|
||||
m * window_width,
|
||||
|
Loading…
Reference in New Issue
Block a user