$NetBSD: patch-al,v 1.1 2007/03/17 13:44:18 tsutsui Exp $

--- host/gtk/gtk-mouse.c.orig	2003-07-31 10:41:48.000000000 +0900
+++ host/gtk/gtk-mouse.c	2006-07-29 15:04:20.000000000 +0900
@@ -312,8 +312,8 @@
   gdk_window_get_geometry(screen->tme_gtk_screen_gtkimage->window,
 			  &junk,
 			  &junk,
-			  &screen->tme_gtk_screen_mouse_warp_x,
-			  &screen->tme_gtk_screen_mouse_warp_y,
+			  (gint *)&screen->tme_gtk_screen_mouse_warp_x,
+			  (gint *)&screen->tme_gtk_screen_mouse_warp_y,
 			  &junk);
   screen->tme_gtk_screen_mouse_warp_x >>= 1;
   screen->tme_gtk_screen_mouse_warp_y >>= 1;
@@ -626,12 +626,12 @@
   /* create the mouse cursor: */
   source
     = gdk_bitmap_create_from_data(NULL,
-				  _tme_gtk_mouse_cursor_source,
+				  (const gchar *)_tme_gtk_mouse_cursor_source,
 				  TME_GTK_MOUSE_CURSOR_WIDTH,
 				  TME_GTK_MOUSE_CURSOR_HEIGHT);
   mask
     = gdk_bitmap_create_from_data (NULL,
-				   _tme_gtk_mouse_cursor_mask,
+				   (const gchar *)_tme_gtk_mouse_cursor_mask,
 				   TME_GTK_MOUSE_CURSOR_WIDTH,
 				   TME_GTK_MOUSE_CURSOR_HEIGHT);
   display->tme_gtk_display_mouse_cursor
