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
4e23bedb
Commit
4e23bedb
authored
Jun 27, 2009
by
Chong Yidong
Browse files
* frame.c (x_get_arg): Check if dpyinfo is non-NULL.
parent
f5594f03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
4e23bedb
2009-06-27 Chong Yidong <cyd@stupidchicken.com>
* frame.c (x_get_arg): Check if dpyinfo is non-NULL.
* xdisp.c (mouse_face_from_buffer_pos): Fix detection of
truncation glyphs (Bug#3686).
...
...
src/frame.c
View file @
4e23bedb
...
...
@@ -4009,7 +4009,7 @@ x_get_arg (dpyinfo, alist, param, attribute, class, type)
look in the X resources. */
if (EQ (tem, Qnil))
{
if (attribute)
if (attribute
&& dpyinfo
)
{
tem = display_x_get_resource (dpyinfo,
build_string (attribute),
...
...
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