projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f257a0a
)
* src/frame.c (x_get_resource_string): Fix typo
author
Alexander Gramiak
<agrambot@gmail.com>
Sat, 27 Apr 2019 03:49:52 +0000
(21:49 -0600)
committer
Alexander Gramiak
<agrambot@gmail.com>
Sat, 27 Apr 2019 03:49:52 +0000
(21:49 -0600)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 328facd2d5bb6f9dbed1b5cd64a47d00ff02a73d..7f951b4f73b0040489b23d0a9507ebc244b47b72 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-5045,7
+5045,7
@@
x_get_resource_string (const char *attribute, const char *class)
esprintf (name_key, "%s.%s", SSDATA (Vinvocation_name), attribute);
sprintf (class_key, "%s.%s", EMACS_CLASS, class);
- result = gui_display_get_resource (
&FRAME_DISPLAY_INFO (sf)->rdb
,
+ result = gui_display_get_resource (
FRAME_DISPLAY_INFO (sf)
,
name_key, class_key);
SAFE_FREE ();
return result;