Fix default value of `no-special-glyphs' frame parameter on Haiku
* src/haikufns.c (haiku_create_frame): Make `no-special-glyphs' nil by default.
This commit is contained in:
parent
d556e75af8
commit
98286799a5
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ haiku_create_frame (Lisp_Object parms)
|
|||
"leftFringe", "LeftFringe", RES_TYPE_NUMBER);
|
||||
gui_default_parameter (f, parms, Qright_fringe, Qnil,
|
||||
"rightFringe", "RightFringe", RES_TYPE_NUMBER);
|
||||
gui_default_parameter (f, parms, Qno_special_glyphs, Qt,
|
||||
gui_default_parameter (f, parms, Qno_special_glyphs, Qnil,
|
||||
NULL, NULL, RES_TYPE_BOOLEAN);
|
||||
|
||||
init_frame_faces (f);
|
||||
|
|
Loading…
Add table
Reference in a new issue