Linux version

This commit is contained in:
Siana Gearz
2011-01-03 22:11:15 +01:00
parent 774e20a764
commit 77fc0e82c8
17 changed files with 1838 additions and 2837 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -458,7 +458,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("snowglobe_icon.BMP");
bmpsurface = Load_BMP_Resource("singularity_icon.BMP");
if (bmpsurface)
{
// This attempts to give a black-keyed mask to the icon.