aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src
diff options
context:
space:
mode:
Diffstat (limited to 'mac/src')
-rw-r--r--mac/src/macterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/src/macterm.c b/mac/src/macterm.c
index 3df7ae32ea5..09feea3b373 100644
--- a/mac/src/macterm.c
+++ b/mac/src/macterm.c
@@ -9272,7 +9272,7 @@ xim_open_dpy (dpyinfo, resource_name)
9272#ifdef HAVE_X11R6 9272#ifdef HAVE_X11R6
9273 destroy.callback = xim_destroy_callback; 9273 destroy.callback = xim_destroy_callback;
9274 destroy.client_data = (XPointer)dpyinfo; 9274 destroy.client_data = (XPointer)dpyinfo;
9275 /* This isn't prptotyped in OSF 5.0. */ 9275 /* This isn't prototyped in OSF 5.0. */
9276 XSetIMValues (xim, XNDestroyCallback, &destroy, NULL); 9276 XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
9277#endif 9277#endif
9278 } 9278 }