Fix build/warning on non X11 platforms
parent
89dbc0a25d
commit
fcfa418c4c
|
@ -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…
Reference in New Issue