1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Windows: Set window icon (#5486)

This commit is contained in:
adrido
2017-03-30 20:28:37 +02:00
committed by Loïc Blot
parent ea549bbae3
commit cc1ff26c3f
3 changed files with 34 additions and 4 deletions

View File

@@ -367,7 +367,7 @@ inline const char *getPlatformName()
void setXorgClassHint(const video::SExposedVideoData &video_data,
const std::string &name);
bool setXorgWindowIcon(IrrlichtDevice *device);
bool setWindowIcon(IrrlichtDevice *device);
bool setXorgWindowIconFromPath(IrrlichtDevice *device,
const std::string &icon_file);