summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2019-04-16 10:32:40 -0600
committerAlexander Gramiak <agrambot@gmail.com>2019-04-16 10:44:00 -0600
commit46e332c01598c29cfb0513f29c6afd8e3ec76748 (patch)
tree3ed7bf5c7e212916372904c9a9d78afed110dede
parent26e033d9edc4e21c4ccebc07349bbf0d31dd495c (diff)
downloademacs-46e332c01598c29cfb0513f29c6afd8e3ec76748.tar.gz
fixup! Add terminal hook query_frame_background_color
-rw-r--r--src/termhooks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index d4133fafb33..54f09e03033 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -513,6 +513,8 @@ struct terminal
*/
+ /* This hook is called to store the frame's background color into
+ BGCOLOR. */
void (*query_frame_background_color) (struct frame *f, XColor *bgcolor);
#if defined (HAVE_X_WINDOWS) || defined (HAVE_NTGUI)