mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Also support X11 icon for minetest copies installed via make install (#4407)
Fixes #4323.
This commit is contained in:
@@ -367,7 +367,9 @@ inline const char *getPlatformName()
|
||||
void setXorgClassHint(const video::SExposedVideoData &video_data,
|
||||
const std::string &name);
|
||||
|
||||
bool setXorgWindowIcon(IrrlichtDevice *device,
|
||||
bool setXorgWindowIcon(IrrlichtDevice *device);
|
||||
|
||||
bool setXorgWindowIconFromPath(IrrlichtDevice *device,
|
||||
const std::string &icon_file);
|
||||
|
||||
// This only needs to be called at the start of execution, since all future
|
||||
|
Reference in New Issue
Block a user