--- src/glyphs-x.c.orig Wed Nov 3 22:05:18 1999 +++ src/glyphs-x.c Wed Nov 3 23:06:23 1999 @@ -653,11 +653,16 @@ Lisp_Object instantiator) { unsigned int best_width, best_height; +#ifdef __arm__ + /* This gets around the XQueryBestCursor bug in the IGS xserver. */ + best_width = best_height = 64; +#else if (! XQueryBestCursor (DisplayOfScreen (xs), RootWindowOfScreen (xs), width, height, &best_width, &best_height)) /* this means that an X error of some sort occurred (we trap these so they're not fatal). */ signal_simple_error ("XQueryBestCursor() failed?", instantiator); +#endif if (width > best_width || height > best_height) error_with_frob (instantiator,