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