mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(display_x_get_resource): Use Display_Info argument, not x_display_info.
This commit is contained in:
parent
a604e2b457
commit
a17029208a
1 changed files with 1 additions and 1 deletions
|
|
@ -3445,7 +3445,7 @@ and the class is `Emacs.CLASS.SUBCLASS'. */)
|
|||
|
||||
Lisp_Object
|
||||
display_x_get_resource (dpyinfo, attribute, class, component, subclass)
|
||||
struct x_display_info *dpyinfo;
|
||||
Display_Info *dpyinfo;
|
||||
Lisp_Object attribute, class, component, subclass;
|
||||
{
|
||||
return xrdb_get_resource (dpyinfo->xrdb,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue