Fix execution of x selection hooks.
commitcd18e7e3f49c014b83ffa5f2e4391a58ded6a287
authorJohan Bockgård <bojohan@gnu.org>
Wed, 13 Jul 2011 01:48:43 +0000 (13 03:48 +0200)
committerJohan Bockgård <bojohan@gnu.org>
Wed, 13 Jul 2011 01:48:43 +0000 (13 03:48 +0200)
tree2e7c41b204b9a72e46f99b304759866d3a93bcc7
parent2941c447ebada8126c27065f78c31895f69c738e
Fix execution of x selection hooks.
* xselect.c (Qx_lost_selection_functions)
(Qx_sent_selection_functions): New vars.
(syms_of_xselect): DEFSYM them.
(x_handle_selection_request): Pass Qx_sent_selection_functions
rather than Vx_sent_selection_functions to Frun_hook_with_args.
(x_handle_selection_clear,x_clear_frame_selections):
Pass Qx_lost_selection_functions rather than
Vx_lost_selection_functions to Frun_hook_with_args.
src/ChangeLog
src/xselect.c