Mercurial > fife-parpg
diff engine/core/controller/engine.i @ 61:18c2a21ac0ad
allow clients to set a custom window title and icon
author | spq@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 16 Jul 2008 12:37:41 +0000 |
parents | 90005975cdbb |
children | 98541d3b9220 |
line wrap: on
line diff
--- a/engine/core/controller/engine.i Tue Jul 15 20:12:30 2008 +0000 +++ b/engine/core/controller/engine.i Wed Jul 16 12:37:41 2008 +0000 @@ -69,6 +69,10 @@ std::string getDefaultFontGlyphs() const; void setImageChunkingSize(unsigned int size); unsigned int getImageChunkingSize(); + void setWindowTitle(const std::string& title); + std::string getWindowTitle() const; + void setWindowIcon(const std::string& icon); + std::string getWindowIcon() const; private: EngineSettings();