Adding a check for Solaris in the "freeglut_internal.h" code to avoid duplication
[freeglut] / src / freeglut_window.c
index e19eaff..f0e0754 100644 (file)
@@ -600,9 +600,6 @@ void fgSetWindow ( SFG_Window *window )
             window->Window.Handle,
             window->Window.Context
         );
-
-        /* also register this window to receive spaceball events */
-        fgSpaceballSetWindow(window);
     }
 #elif TARGET_HOST_MS_WINDOWS
     if( fgStructure.CurrentWindow )