From: Karl Heuer Date: Tue, 31 Jan 1995 01:53:12 +0000 (+0000) Subject: [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function. X-Git-Tag: emacs-19.34~5249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1b7a2ab661a5987dbf5ecaf57525b1c118437d3;p=emacs.git [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function. --- diff --git a/src/xterm.c b/src/xterm.c index 6e3d2056cb1..7a3249a4675 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -264,6 +264,19 @@ x_display_info_for_display (dpy) return 0; } + +#ifdef MULTI_PERDISPLAY +/* Return the perdisplay struct corresponding to FRAME. */ +#undef get_perdisplay + +PERDISPLAY * +get_perdisplay(frame) + FRAME_PTR frame; +{ + return get_perdisplay_macro (frame); +} +#define get_perdisplay(frame) get_perdisplay_macro (frame) +#endif /* Starting and ending updates.