mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 21:20:45 -08:00
(XSetIMValues): Declare.
This commit is contained in:
parent
c8e19d0bd8
commit
981c8cc2e4
1 changed files with 5 additions and 1 deletions
|
|
@ -151,6 +151,11 @@ extern void _XEditResCheckMessages ();
|
|||
#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))
|
||||
|
|
@ -12435,7 +12440,6 @@ xim_open_dpy (dpyinfo, resource_name)
|
|||
#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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue