aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgtkfns.c')
-rw-r--r--src/pgtkfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pgtkfns.c b/src/pgtkfns.c
index a0fcf70f31b..1feb3fe250d 100644
--- a/src/pgtkfns.c
+++ b/src/pgtkfns.c
@@ -848,7 +848,7 @@ pgtk_set_scroll_bar_background (struct frame *f, Lisp_Object new_value,
848 error ("Unknown color."); 848 error ("Unknown color.");
849 849
850 /* On pgtk, this frame parameter should be ignored, and honor 850 /* On pgtk, this frame parameter should be ignored, and honor
851 gtk theme. (It honors the GTK theme if not explictly set, so 851 gtk theme. (It honors the GTK theme if not explicitly set, so
852 I see no harm in letting users tinker a bit more.) */ 852 I see no harm in letting users tinker a bit more.) */
853 char css[64]; 853 char css[64];
854 sprintf (css, "scrollbar trough { background-color: #%06x; }", 854 sprintf (css, "scrollbar trough { background-color: #%06x; }",
@@ -2853,7 +2853,7 @@ x_create_tip_frame (struct pgtk_display_info *dpyinfo, Lisp_Object parms, struct
2853 Frame parameters may be changed if .Xdefaults contains 2853 Frame parameters may be changed if .Xdefaults contains
2854 specifications for the default font. For example, if there is an 2854 specifications for the default font. For example, if there is an
2855 `Emacs.default.attributeBackground: pink', the `background-color' 2855 `Emacs.default.attributeBackground: pink', the `background-color'
2856 attribute of the frame get's set, which let's the internal border 2856 attribute of the frame gets set, which lets the internal border
2857 of the tooltip frame appear in pink. Prevent this. */ 2857 of the tooltip frame appear in pink. Prevent this. */
2858 { 2858 {
2859 Lisp_Object bg = Fframe_parameter (frame, Qbackground_color); 2859 Lisp_Object bg = Fframe_parameter (frame, Qbackground_color);