An xwidget ifdef in xdisp.c ended too late, so non xwidget code got
ifdefed away unexpectedly. Should fix a crash.
case GET_FROM_STRETCH:
#ifdef HAVE_XWIDGETS
case GET_FROM_XWIDGET:
+#endif
/* The position etc with which we have to proceed are on
the stack. The position may be at the end of a string,
if (it->method == GET_FROM_STRING)
goto consider_string_end;
break;
-#endif
default:
/* There are no other methods defined, so this should be a bug. */