From 46e332c01598c29cfb0513f29c6afd8e3ec76748 Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Tue, 16 Apr 2019 10:32:40 -0600 Subject: fixup! Add terminal hook query_frame_background_color --- src/termhooks.h | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.1