]> code.delx.au - gnu-emacs/commit
(struct xim_inst_t): Definition moved to xterm.h.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 13 Dec 2008 05:44:38 +0000 (05:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 13 Dec 2008 05:44:38 +0000 (05:44 +0000)
commit09fce22308c6666c7cfe51b5bcc2d856df56aced
treee8b90d98776909e897617ed7734d38f56824b670
parent9b011d3b30926b050f4b4464ac0556972b303e2b
(struct xim_inst_t): Definition moved to xterm.h.
(xim_initialize): Save pointer to callback function data.
(xim_close_dpy): Free callback function data.  Call XCloseIM,
reverting 2008-11-04 change by David Smith.
(x_term_init): Don't initialize the image cache here; it will be
done in init_frame_faces.  Remove ancient "null_pixel" cruft.
(x_delete_display): Free x_dnd_atoms member.
src/xterm.c