(prop_location_identifier): Was named prop_location_tick.
commit2f65feb682856f64e9ea4f755b5f320e674cde2a
authorRichard M. Stallman <rms@gnu.org>
Sat, 31 Jul 1993 05:55:52 +0000 (31 05:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 31 Jul 1993 05:55:52 +0000 (31 05:55 +0000)
tree32f31c8631cdd4d4956c353f2e631b6a6eae6667
parent7c011261b702092e005c901972af405c7b7c9f3b
(prop_location_identifier): Was named prop_location_tick.
(property_change_reply_identifier): Renamed from ...-tick.
(struct prop_location): Field `identifier' renamed from `tick'.
Various functions changed accordingly.
(x_handle_selection_request): Delete local struct var `reply'.

(wait_for_property_change_unwind): New function.
(wait_for_property_change): Add unwind protect.

(wait_for_property_change): Eventually time out with error.
(x_reply_selection_request): XFlushQueue and UNBLOCK_INPUT
before calling wait_for_property_change.
(x_get_window_property): Simplify input blocking/unblocking.
Don't delete the property here.
(receive_incremental_selection): Delete property here.
Call XSelectInput to enable and disable PropertyChangeMask.
(x_get_window_property_as_lisp_data): And here.
src/xselect.c