Fix typo.
This commit is contained in:
parent
fc4064062e
commit
cdfc07ddc3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-07-20 Pavel Janík <Pavel@Janik.cz>
|
||||
|
||||
* src/macterm.c (xim_open_dpy): Fix typo.
|
||||
|
||||
2001-06-26 Andrew Choi <akochoi@i-cable.com>
|
||||
|
||||
* README: Change references to SourceForge site to
|
||||
|
|
|
@ -9272,7 +9272,7 @@ xim_open_dpy (dpyinfo, resource_name)
|
|||
#ifdef HAVE_X11R6
|
||||
destroy.callback = xim_destroy_callback;
|
||||
destroy.client_data = (XPointer)dpyinfo;
|
||||
/* This isn't prptotyped in OSF 5.0. */
|
||||
/* This isn't prototyped in OSF 5.0. */
|
||||
XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue