Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1702920
Commit
a1702920
authored
Mar 31, 2003
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(display_x_get_resource): Use Display_Info argument, not x_display_info.
parent
a604e2b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/frame.c
src/frame.c
+1
-1
No files found.
src/frame.c
View file @
a1702920
...
...
@@ -3445,7 +3445,7 @@ and the class is `Emacs.CLASS.SUBCLASS'. */)
Lisp_Object
display_x_get_resource
(
dpyinfo
,
attribute
,
class
,
component
,
subclass
)
struct
x_d
isplay_
i
nfo
*
dpyinfo
;
D
isplay_
I
nfo
*
dpyinfo
;
Lisp_Object
attribute
,
class
,
component
,
subclass
;
{
return
xrdb_get_resource
(
dpyinfo
->
xrdb
,
...
...
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