]> git.eshelyaron.com Git - emacs.git/commit
Add terminal hook query_frame_background_color
authorAlexander Gramiak <agrambot@gmail.com>
Sun, 14 Apr 2019 02:41:31 +0000 (20:41 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Fri, 26 Apr 2019 22:55:39 +0000 (16:55 -0600)
commit5d8b0fadeec373cd2861328aeb1cb4293cbc9ded
treec1db5270ae236a1437660b486e6c74fbee4733ff
parent41e20ee4bc01576d23fb8fd4f875385ce57eb36a
Add terminal hook query_frame_background_color

* src/termhooks.c (query_frame_background_color): New terminal hook.

* src/image.c (image_query_frame_background_color): Remove. Use the
terminal hook instead.

* src/nsterm.m:
* src/w32term.c:
* src/xterm.c: Implement and set the new terminal hook.
src/image.c
src/nsterm.m
src/termhooks.h
src/w32term.c
src/xterm.c