mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-17 04:30:18 +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) {
|
if (!sdl_window) {
|
||||||
int m = get_mag_rate();
|
int m = get_mag_rate();
|
||||||
sdl_window = SDL_CreateWindow(
|
sdl_window = SDL_CreateWindow(
|
||||||
"Basilisk II",
|
GetString(STR_WINDOW_TITLE),
|
||||||
SDL_WINDOWPOS_UNDEFINED,
|
SDL_WINDOWPOS_UNDEFINED,
|
||||||
SDL_WINDOWPOS_UNDEFINED,
|
SDL_WINDOWPOS_UNDEFINED,
|
||||||
m * window_width,
|
m * window_width,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user