mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix build/warning on non X11 platforms
This commit is contained in:
parent
89dbc0a25d
commit
fcfa418c4c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue