mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-03-01 07:30:27 +00:00
SDL: Move window title setting to base
This commit is contained in:
parent
b2e5125868
commit
fed95369d1
@ -734,6 +734,9 @@ void driver_base::init()
|
||||
// Hide cursor
|
||||
SDL_ShowCursor(hardware_cursor);
|
||||
|
||||
// Set window name/class
|
||||
set_window_name(STR_WINDOW_TITLE);
|
||||
|
||||
// Everything went well
|
||||
init_ok = true;
|
||||
}
|
||||
@ -817,9 +820,6 @@ void driver_window::init()
|
||||
return;
|
||||
|
||||
driver_base::init();
|
||||
|
||||
// Set window name/class
|
||||
set_window_name(STR_WINDOW_TITLE);
|
||||
}
|
||||
|
||||
// Close display
|
||||
|
Loading…
x
Reference in New Issue
Block a user