summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authoradrido <robots_only_adrido@gmx.com>2017-03-30 20:28:37 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-03-30 20:28:37 +0200
commitcc1ff26c3f078cd11f309a7cb24b7921baef89b7 (patch)
tree69867d2761488addd520f80206b09cbc0380ac21 /src/client
parentea549bbae3650d246db7b70a2b07485a4b404409 (diff)
downloadminetest-cc1ff26c3f078cd11f309a7cb24b7921baef89b7.tar.gz
minetest-cc1ff26c3f078cd11f309a7cb24b7921baef89b7.tar.bz2
minetest-cc1ff26c3f078cd11f309a7cb24b7921baef89b7.zip
Windows: Set window icon (#5486)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/clientlauncher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/clientlauncher.cpp b/src/client/clientlauncher.cpp
index bdd16205f..3ec7be7d9 100644
--- a/src/client/clientlauncher.cpp
+++ b/src/client/clientlauncher.cpp
@@ -114,7 +114,7 @@ bool ClientLauncher::run(GameParams &game_params, const Settings &cmd_args)
porting::setXorgClassHint(video_driver->getExposedVideoData(), PROJECT_NAME_C);
- porting::setXorgWindowIcon(device);
+ porting::setWindowIcon(device);
/*
This changes the minimum allowed number of vertices in a VBO.