]> git.tdb.fi Git - libs/core.git/commit
Allow startup info to be set externally
authorMikko Rasa <tdb@tdb.fi>
Mon, 10 Nov 2014 17:25:19 +0000 (19:25 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 10 Nov 2014 17:25:19 +0000 (19:25 +0200)
commitce0b610396aa8f760462fa4d7a6bb207a43994d2
tree57f3670d97f7d101bbe316c8fb097a27fc794306
parentbda95f684da98079f4b1fe705d969bacb6d86e12
Allow startup info to be set externally

... but only if startup didn't happen through Application::run().  Certain
facilities, like Graphics::Display on Windows, require startup info to be
set and would not work without this in a custom startup scenario.
source/core/application.cpp
source/core/application.h