aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2003-03-31 21:00:47 +0000
committerJuanma Barranquero2003-03-31 21:00:47 +0000
commita17029208aa8a15ef1c61d6697fd024ab756f70e (patch)
tree25ab542ec5cd3daf3ee22873dbe5e6f3ba84db7c /src
parenta604e2b4575b02713b63ff6336d2f55725e0f19f (diff)
downloademacs-a17029208aa8a15ef1c61d6697fd024ab756f70e.tar.gz
emacs-a17029208aa8a15ef1c61d6697fd024ab756f70e.zip
(display_x_get_resource): Use Display_Info argument, not x_display_info.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index c96f350a87f..69651ad81ff 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3445,7 +3445,7 @@ and the class is `Emacs.CLASS.SUBCLASS'. */)
3445 3445
3446Lisp_Object 3446Lisp_Object
3447display_x_get_resource (dpyinfo, attribute, class, component, subclass) 3447display_x_get_resource (dpyinfo, attribute, class, component, subclass)
3448 struct x_display_info *dpyinfo; 3448 Display_Info *dpyinfo;
3449 Lisp_Object attribute, class, component, subclass; 3449 Lisp_Object attribute, class, component, subclass;
3450{ 3450{
3451 return xrdb_get_resource (dpyinfo->xrdb, 3451 return xrdb_get_resource (dpyinfo->xrdb,