aboutsummaryrefslogtreecommitdiffstats
path: root/src/xsettings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsettings.c')
-rw-r--r--src/xsettings.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xsettings.c b/src/xsettings.c
index 24ea48e7b67..2513bcc5aa8 100644
--- a/src/xsettings.c
+++ b/src/xsettings.c
@@ -691,11 +691,13 @@ xsettings_get_system_font (void)
691 return current_mono_font; 691 return current_mono_font;
692} 692}
693 693
694#ifdef USE_LUCID
694const char * 695const char *
695xsettings_get_system_normal_font (void) 696xsettings_get_system_normal_font (void)
696{ 697{
697 return current_font; 698 return current_font;
698} 699}
700#endif
699 701
700DEFUN ("font-get-system-normal-font", Ffont_get_system_normal_font, 702DEFUN ("font-get-system-normal-font", Ffont_get_system_normal_font,
701 Sfont_get_system_normal_font, 703 Sfont_get_system_normal_font,
@@ -718,8 +720,8 @@ DEFUN ("font-get-system-font", Ffont_get_system_font, Sfont_get_system_font,
718 : Qnil; 720 : Qnil;
719} 721}
720 722
721DEFUN ("tool-bar-get-system-style", Ftool_bar_get_system_style, Stool_bar_get_system_style, 723DEFUN ("tool-bar-get-system-style", Ftool_bar_get_system_style,
722 0, 0, 0, 724 Stool_bar_get_system_style, 0, 0, 0,
723 doc: /* Get the system tool bar style. 725 doc: /* Get the system tool bar style.
724If no system tool bar style is known, return `tool-bar-style' if set to a 726If no system tool bar style is known, return `tool-bar-style' if set to a
725known style. Otherwise return image. */) 727known style. Otherwise return image. */)