diff options
Diffstat (limited to 'linden/indra/llwindow/llwindowsdl.cpp')
-rw-r--r-- | linden/indra/llwindow/llwindowsdl.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowsdl.cpp b/linden/indra/llwindow/llwindowsdl.cpp index 777b32d..8111aaf 100644 --- a/linden/indra/llwindow/llwindowsdl.cpp +++ b/linden/indra/llwindow/llwindowsdl.cpp | |||
@@ -124,7 +124,9 @@ bool LLWindowSDL::ll_try_gtk_init(void) | |||
124 | if (!tried_gtk_init) | 124 | if (!tried_gtk_init) |
125 | { | 125 | { |
126 | tried_gtk_init = TRUE; | 126 | tried_gtk_init = TRUE; |
127 | ///#if LL_GSTREAMER_ENABLED | ||
127 | if (!g_thread_supported ()) g_thread_init (NULL); | 128 | if (!g_thread_supported ()) g_thread_init (NULL); |
129 | ///#endif // LL_GSTREAMER_ENABLED | ||
128 | maybe_lock_display(); | 130 | maybe_lock_display(); |
129 | gtk_is_good = gtk_init_check(NULL, NULL); | 131 | gtk_is_good = gtk_init_check(NULL, NULL); |
130 | maybe_unlock_display(); | 132 | maybe_unlock_display(); |
@@ -448,7 +450,7 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B | |||
448 | 450 | ||
449 | // Set the application icon. | 451 | // Set the application icon. |
450 | SDL_Surface *bmpsurface; | 452 | SDL_Surface *bmpsurface; |
451 | bmpsurface = Load_BMP_Resource("ll_icon.BMP"); | 453 | bmpsurface = Load_BMP_Resource("imprudence_icon.BMP"); |
452 | if (bmpsurface) | 454 | if (bmpsurface) |
453 | { | 455 | { |
454 | // This attempts to give a black-keyed mask to the icon. | 456 | // This attempts to give a black-keyed mask to the icon. |