]> git.eshelyaron.com Git - emacs.git/commit
(Fx_change_window_property): Add optional arg SOURCE.
authorNoah Friedman <friedman@splode.com>
Thu, 8 Aug 2019 01:18:32 +0000 (18:18 -0700)
committerNoah Friedman <friedman@splode.com>
Fri, 9 Aug 2019 04:47:46 +0000 (21:47 -0700)
commit8f93dce7c0bf0d1bb0b27a6f2416fd2d404cb6a9
tree5ba1803f83ea1d54da96488125ee0ca522f47c4e
parent0428d0e96be41686858b030eeb4ff27f52822566
(Fx_change_window_property): Add optional arg SOURCE.

This provides symmetry with Fx_window_property, so that the window
need not be an actual emacs frame.  This is useful for modifying
properties of parent windows (specified with --parent-id to emacs) or
generally assisting the window manager.
src/xfns.c