mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix build/warning on non X11 platforms
This commit is contained in:
@@ -627,6 +627,7 @@ bool setXorgWindowIcon(IrrlichtDevice *device)
|
|||||||
setXorgWindowIconFromPath(device,
|
setXorgWindowIconFromPath(device,
|
||||||
path_share + "/misc/" PROJECT_NAME "-xorg-icon-128.png");
|
path_share + "/misc/" PROJECT_NAME "-xorg-icon-128.png");
|
||||||
# endif
|
# endif
|
||||||
|
#else
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user