diff options
-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, |