Probably needed things
[neverball] / share / video.c
index 36693b0..6cc794e 100644 (file)
@@ -86,6 +86,10 @@ int video_mode(int f, int w, int h)
         config_set_d(CONFIG_WIDTH,      w);
         config_set_d(CONFIG_HEIGHT,     h);
 
+#ifdef __MAEMO__
+        SDL_ShowCursor(SDL_DISABLE);
+#endif
+
         if (!glext_init())
             return 0;