aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsfns.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index c5ff42f960a..c6de744c750 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -1199,8 +1199,6 @@ This function is an internal primitive--use `make-frame' instead. */)
1199 image_cache_refcount = 1199 image_cache_refcount =
1200 FRAME_IMAGE_CACHE (f) ? FRAME_IMAGE_CACHE (f)->refcount : 0; 1200 FRAME_IMAGE_CACHE (f) ? FRAME_IMAGE_CACHE (f)->refcount : 0;
1201 1201
1202 init_frame_faces (f);
1203
1204 x_default_parameter (f, parms, Qfont_backend, Qnil, 1202 x_default_parameter (f, parms, Qfont_backend, Qnil,
1205 "fontBackend", "FontBackend", RES_TYPE_STRING); 1203 "fontBackend", "FontBackend", RES_TYPE_STRING);
1206 1204
@@ -1255,6 +1253,8 @@ This function is an internal primitive--use `make-frame' instead. */)
1255 x_default_parameter (f, parms, Qright_fringe, Qnil, 1253 x_default_parameter (f, parms, Qright_fringe, Qnil,
1256 "rightFringe", "RightFringe", RES_TYPE_NUMBER); 1254 "rightFringe", "RightFringe", RES_TYPE_NUMBER);
1257 1255
1256 init_frame_faces (f);
1257
1258 /* Read comment about this code in corresponding place in xfns.c. */ 1258 /* Read comment about this code in corresponding place in xfns.c. */
1259 adjust_frame_size (f, FRAME_COLS (f) * FRAME_COLUMN_WIDTH (f), 1259 adjust_frame_size (f, FRAME_COLS (f) * FRAME_COLUMN_WIDTH (f),
1260 FRAME_LINES (f) * FRAME_LINE_HEIGHT (f), 5, 1, 1260 FRAME_LINES (f) * FRAME_LINE_HEIGHT (f), 5, 1,