diff options
| author | Kim F. Storm | 2004-03-11 22:43:18 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-11 22:43:18 +0000 |
| commit | 671be7897e588ff7340b6222bdcbcb8ccea8871e (patch) | |
| tree | 2fa4f02e55a3f5cc609166d5b4c21b0ed1c611ec /src/macfns.c | |
| parent | 75fd7da16a0782c716d8ed34dd680055e026026d (diff) | |
| download | emacs-671be7897e588ff7340b6222bdcbcb8ccea8871e.tar.gz emacs-671be7897e588ff7340b6222bdcbcb8ccea8871e.zip | |
(x_list_fonts, x_get_font_info, x_load_font)
(x_query_font, x_find_ccl_program, x_set_window_size)
(x_make_frame_visible, mac_initialize, XCreatePixmap)
(XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
(mac_draw_line_to_pixmap): Move prototypes to macterm.h.
Diffstat (limited to 'src/macfns.c')
| -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 | ||