]> git.eshelyaron.com Git - emacs.git/commit
* xselect.c (Fx_register_dnd_atom): New function.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 11 Aug 2006 07:31:14 +0000 (07:31 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 11 Aug 2006 07:31:14 +0000 (07:31 +0000)
commit0c584069b6212a25be12aa9edf2f713b03f54f5b
tree8845b11ee773cb9fc5c67cadafb64019d6623601
parent93acf8f34d3cdbe9e23f0207ff6285c759c67bef
* xselect.c (Fx_register_dnd_atom): New function.
(syms_of_xselect): Defsubr it.
(x_handle_dnd_message): Check that message_type is in
dpyinfo->x_dnd_atoms before generating lisp event.

* xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
of drag and drop Atoms.

* xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
src/ChangeLog