Fix build/warning on non X11 platforms

master
est31 2016-10-03 15:55:15 +02:00
parent 89dbc0a25d
commit fcfa418c4c
1 changed files with 1 additions and 0 deletions

View File

@ -627,6 +627,7 @@ bool setXorgWindowIcon(IrrlichtDevice *device)
setXorgWindowIconFromPath(device,
path_share + "/misc/" PROJECT_NAME "-xorg-icon-128.png");
# endif
#else
return false;
#endif
}