comparison src/xterm.c @ 29749:4235764941b5

(x_frame_of_widget): Add `static' to declaration (for pcc).
author Dave Love <fx@gnu.org>
date Mon, 19 Jun 2000 16:11:14 +0000
parents 1ac32ce72622
children 691fe247f018
comparison
equal deleted inserted replaced
29748:1cd9b7a33ad1 29749:4235764941b5
3162 3162
3163 3163
3164 /* Return the frame on which widget WIDGET is used.. Abort if frame 3164 /* Return the frame on which widget WIDGET is used.. Abort if frame
3165 cannot be determined. */ 3165 cannot be determined. */
3166 3166
3167 struct frame * 3167 static struct frame *
3168 x_frame_of_widget (widget) 3168 x_frame_of_widget (widget)
3169 Widget widget; 3169 Widget widget;
3170 { 3170 {
3171 struct x_display_info *dpyinfo; 3171 struct x_display_info *dpyinfo;
3172 Lisp_Object tail; 3172 Lisp_Object tail;