]> git.eshelyaron.com Git - emacs.git/commit
Provide better target window consistency across x window property functions.
authorNoah Friedman <friedman@splode.com>
Fri, 9 Aug 2019 06:17:56 +0000 (23:17 -0700)
committerNoah Friedman <friedman@splode.com>
Fri, 9 Aug 2019 06:17:56 +0000 (23:17 -0700)
commitd6713add69c7a696627e68e2b84c4aa7aaf05000
tree44c404404f70830a5bef0920c6eb1b940007cdd5
parent5a904c477be1787057965bdff023d9d9d89d9870
Provide better target window consistency across x window property functions.

Use the argument name WINDOW-ID instead of SOURCE for same.
Revise docstrings to clarify semantics of FRAME and WINDOW-ID.

(Fx_change_window_property): Use `target_window' instead of `w'.
This is consistent with other related functions.
Finalize its value before blocking input.

(Fx_window_property):
(Fx_window_property_attributes): Use `window_id' instead of `source'.

(Fx_delete_window_property): New optional arg window_id.
src/xfns.c