diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macfns.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/macfns.c b/src/macfns.c index 18697c59a49..dbb8adb3fe1 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -172,21 +172,6 @@ extern Lisp_Object Vwindow_system_version; | |||
| 172 | 172 | ||
| 173 | extern int mac_initialized; | 173 | extern int mac_initialized; |
| 174 | 174 | ||
| 175 | /* Functions in macterm.c. */ | ||
| 176 | extern void x_set_window_size (struct frame *, int, int, int); | ||
| 177 | extern void x_make_frame_visible (struct frame *); | ||
| 178 | extern struct mac_display_info *mac_term_init (Lisp_Object, char *, char *); | ||
| 179 | extern struct font_info *x_get_font_info (FRAME_PTR, int); | ||
| 180 | extern struct font_info *x_load_font (struct frame *, char *, int); | ||
| 181 | extern void x_find_ccl_program (struct font_info *); | ||
| 182 | extern struct font_info *x_query_font (struct frame *, char *); | ||
| 183 | extern void mac_initialize (); | ||
| 184 | extern Pixmap XCreatePixmap (Display *, WindowPtr, unsigned int, unsigned int, unsigned int); | ||
| 185 | extern Pixmap XCreatePixmapFromBitmapData (Display *, WindowPtr, char *, unsigned int, unsigned int, unsigned long, unsigned long, unsigned int); | ||
| 186 | extern void XFreePixmap (Display *, Pixmap); | ||
| 187 | extern void XSetForeground (Display *, GC, unsigned long); | ||
| 188 | extern void mac_draw_line_to_pixmap (Display *, Pixmap, GC, int, int, int, int); | ||
| 189 | |||
| 190 | 175 | ||
| 191 | /* compare two strings ignoring case */ | 176 | /* compare two strings ignoring case */ |
| 192 | 177 | ||