diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-03-31 21:00:47 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-03-31 21:00:47 +0000 |
commit | a17029208aa8a15ef1c61d6697fd024ab756f70e (patch) | |
tree | 25ab542ec5cd3daf3ee22873dbe5e6f3ba84db7c /src/frame.c | |
parent | a604e2b4575b02713b63ff6336d2f55725e0f19f (diff) | |
download | emacs-a17029208aa8a15ef1c61d6697fd024ab756f70e.tar.gz |
(display_x_get_resource): Use Display_Info argument, not x_display_info.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 2 |
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'. */) 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, |