1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-09-29 00:09:48 +03:00

Set a window title

This is useful when testing on PC.
This commit is contained in:
Maarten ter Huurne 2015-04-25 21:26:03 +02:00
parent 4159e6925b
commit aeb9b0b2df

View File

@ -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"])) {