summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)