Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build/warning on non X11 platforms
  • Loading branch information
est31 committed Oct 3, 2016
1 parent 89dbc0a commit fcfa418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/porting.cpp
Expand Up @@ -627,6 +627,7 @@ bool setXorgWindowIcon(IrrlichtDevice *device)
setXorgWindowIconFromPath(device,
path_share + "/misc/" PROJECT_NAME "-xorg-icon-128.png");
# endif
#else
return false;
#endif
}
Expand Down

0 comments on commit fcfa418

Please sign in to comment.