mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Also support X11 icon for minetest copies installed via make install (#4407)
Fixes #4323.
This commit is contained in:
parent
6590140260
commit
f092dac979
5 changed files with 26 additions and 4 deletions
|
@ -114,8 +114,7 @@ bool ClientLauncher::run(GameParams &game_params, const Settings &cmd_args)
|
|||
|
||||
porting::setXorgClassHint(video_driver->getExposedVideoData(), PROJECT_NAME_C);
|
||||
|
||||
porting::setXorgWindowIcon(device,
|
||||
porting::path_share + "/misc/minetest-xorg-icon-128.png");
|
||||
porting::setXorgWindowIcon(device);
|
||||
|
||||
/*
|
||||
This changes the minimum allowed number of vertices in a VBO.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue