Get linux64 somewhat working

This commit is contained in:
Drake Arconis
2016-01-19 10:07:27 -08:00
parent 0180f965f7
commit 01bf430b1a
25 changed files with 170 additions and 312 deletions

View File

@@ -423,7 +423,7 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B
// Set the application icon.
SDL_Surface *bmpsurface;
bmpsurface = Load_BMP_Resource("singularity_icon.BMP");
bmpsurface = Load_BMP_Resource("viewer_icon.BMP");
if (bmpsurface)
{
// This attempts to give a black-keyed mask to the icon.