mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Windows: Set window icon (#5486)
This commit is contained in:
parent
ea549bbae3
commit
cc1ff26c3f
3 changed files with 34 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue