comparison src/macterm.c @ 50360:0cebe62850bc

Remove unnecessary extern declarations. (x_redisplay_interface): Add mac_frame_parm_handlers member.
author Kim F. Storm <storm@cua.dk>
date Mon, 31 Mar 2003 20:34:48 +0000
parents 31cf5b909af7
children 12b66952af3a
comparison
equal deleted inserted replaced
50359:bf4734e2fa2c 50360:0cebe62850bc
261 261
262 #if 0 262 #if 0
263 extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); 263 extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *));
264 #endif 264 #endif
265 265
266 extern Lisp_Object x_icon_type P_ ((struct frame *));
267
268 extern int inhibit_window_system; 266 extern int inhibit_window_system;
269 267
270 #if __MRC__ 268 #if __MRC__
271 QDGlobals qd; /* QuickDraw global information structure. */ 269 QDGlobals qd; /* QuickDraw global information structure. */
272 #endif 270 #endif
315 void deactivate_scroll_bars (FRAME_PTR); 313 void deactivate_scroll_bars (FRAME_PTR);
316 314
317 static int is_emacs_window (WindowPtr); 315 static int is_emacs_window (WindowPtr);
318 316
319 extern int image_ascent (struct image *, struct face *); 317 extern int image_ascent (struct image *, struct face *);
320 void x_set_offset (struct frame *, int, int, int);
321 int x_bitmap_icon (struct frame *, Lisp_Object); 318 int x_bitmap_icon (struct frame *, Lisp_Object);
322 void x_make_frame_visible (struct frame *); 319 void x_make_frame_visible (struct frame *);
323 320
324 extern void window_scroll (Lisp_Object, int, int, int); 321 extern void window_scroll (Lisp_Object, int, int, int);
325 322
8607 8604
8608 #endif /* MAC_OSX */ 8605 #endif /* MAC_OSX */
8609 8606
8610 /* Set up use of X before we make the first connection. */ 8607 /* Set up use of X before we make the first connection. */
8611 8608
8609 extern frame_parm_handler mac_frame_parm_handlers[];
8610
8612 static struct redisplay_interface x_redisplay_interface = 8611 static struct redisplay_interface x_redisplay_interface =
8613 { 8612 {
8613 mac_frame_parm_handlers,
8614 x_produce_glyphs, 8614 x_produce_glyphs,
8615 x_write_glyphs, 8615 x_write_glyphs,
8616 x_insert_glyphs, 8616 x_insert_glyphs,
8617 x_clear_end_of_line, 8617 x_clear_end_of_line,
8618 x_scroll_run, 8618 x_scroll_run,