From a17029208aa8a15ef1c61d6697fd024ab756f70e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 31 Mar 2003 21:00:47 +0000 Subject: [PATCH] (display_x_get_resource): Use Display_Info argument, not x_display_info. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.4.GIT