mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +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,
|
||||
path_share + "/misc/" PROJECT_NAME "-xorg-icon-128.png");
|
||||
# endif
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue