]> git.lizzy.rs Git - minetest.git/blobdiff - src/porting.h
Mgv7: Change default cave width to 0.09
[minetest.git] / src / porting.h
index d101a7324d8e402ac1d2816c4fb7cb72f43eb540..f5c7efcb2df3d05df5e0287511d8e79ecb77dcad 100644 (file)
@@ -367,6 +367,11 @@ inline const char *getPlatformName()
 void setXorgClassHint(const video::SExposedVideoData &video_data,
        const std::string &name);
 
+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
 // threads in the process inherit this exception handler
 void setWin32ExceptionHandler();