From 26e033d9edc4e21c4ccebc07349bbf0d31dd495c Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Tue, 16 Apr 2019 10:32:04 -0600 Subject: fixup! Rename non-X x_* identifiers --- src/termhooks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/termhooks.h b/src/termhooks.h index bd320c56d1d..d4133fafb33 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -604,7 +604,8 @@ struct terminal /* This hook is called to set the GUI window icon of F using FILE. */ bool (*set_bitmap_icon_hook) (struct frame *f, Lisp_Object file); - + /* This hook is called to set the name of the GUI window of F by + redisplay unless another name was explicitly requested. */ void (*implicit_set_name_hook) (struct frame *f, Lisp_Object arg, Lisp_Object oldval); -- cgit v1.2.1