Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
82523155
Commit
82523155
authored
May 31, 2007
by
Jason Rumney
Browse files
(x_default_font_parameter): Use new style font name.
(Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
parent
7add47cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/w32fns.c
src/w32fns.c
+7
-1
No files found.
src/w32fns.c
View file @
82523155
...
...
@@ -4147,7 +4147,7 @@ x_default_font_parameter (f, parms)
{
int i;
static char *names[]
= { "
-*-
Courier New-
normal-r-*-*-*-100-*-*-c-*-iso8859-
1",
= { "Courier New-1
0
",
"-*-Courier-normal-r-*-*-13-*-*-*-c-*-iso8859-1",
"-*-Fixedsys-normal-r-*-*-12-*-*-*-c-*-iso8859-1",
"Fixedsys",
...
...
@@ -4297,6 +4297,9 @@ This function is an internal primitive--use `make-frame' instead. */)
specbind (Qx_resource_name, name);
}
f->resx = dpyinfo->resx;
f->resy = dpyinfo->resy;
#ifdef USE_FONT_BACKEND
if (enable_font_backend)
{
...
...
@@ -7395,6 +7398,9 @@ x_create_tip_frame (dpyinfo, parms, text)
specbind (Qx_resource_name, name);
}
f->resx = dpyinfo->resx;
f->resy = dpyinfo->resy;
#ifdef USE_FONT_BACKEND
if (enable_font_backend)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment