Index: openttd-1.0.2/src/gfx.cpp
===================================================================
--- openttd-1.0.2.orig/src/gfx.cpp	2010-02-09 19:37:19.000000000 +0100
+++ openttd-1.0.2/src/gfx.cpp	2010-06-28 23:00:07.000000000 +0200
@@ -1350,7 +1350,7 @@
 
 void DrawMouseCursor()
 {
-#if defined(WINCE)
+#if defined(WINCE) || defined(MAEMO)
 	/* Don't ever draw the mouse for WinCE, as we work with a stylus */
 	return;
 #endif
