mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-16 19:43:09 +02:00
Set a window title
This is useful when testing on PC.
This commit is contained in:
parent
4159e6925b
commit
aeb9b0b2df
@ -259,6 +259,8 @@ GMenu2X::GMenu2X()
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
SDL_WM_SetCaption("GMenu2X", nullptr);
|
||||
|
||||
s = OutputSurface::open(resX, resY, confInt["videoBpp"]);
|
||||
|
||||
if (!fileExists(confStr["wallpaper"])) {
|
||||
|
Loading…
Reference in New Issue
Block a user