#endif
#endif
+#ifdef HAVE_X11R6
+/* This isn't prototyped in OSF 5.0 or or XFree 4.1. */
+extern char * XSetIMValues P_ ((XIM, ...));
+#endif
+
#define abs(x) ((x) < 0 ? -(x) : (x))
#define BETWEEN(X, LOWER, UPPER) ((X) >= (LOWER) && (X) < (UPPER))
#ifdef HAVE_X11R6
destroy.callback = xim_destroy_callback;
destroy.client_data = (XPointer)dpyinfo;
- /* This isn't prototyped in OSF 5.0. */
XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
#endif
}