emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/x_emacs 46e332c 4/5: fixup! Add terminal hook quer


From: Alexander Gramiak
Subject: [Emacs-diffs] scratch/x_emacs 46e332c 4/5: fixup! Add terminal hook query_frame_background_color
Date: Tue, 16 Apr 2019 12:52:06 -0400 (EDT)

branch: scratch/x_emacs
commit 46e332c01598c29cfb0513f29c6afd8e3ec76748
Author: Alexander Gramiak <address@hidden>
Commit: Alexander Gramiak <address@hidden>

    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 d4133fa..54f09e0 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]