diff options
| author | Karoly Lorentey | 2006-05-10 15:04:01 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-05-10 15:04:01 +0000 |
| commit | 8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e (patch) | |
| tree | 6262988e87d6b347a8c90fcc3c5b49f9bb5b36e1 /src/macterm.h | |
| parent | f6cf85ac95e469835a2643024f995b471a4c5d52 (diff) | |
| parent | 9a4d87c8d5f4503d67d5155eae6d543cc31f86d0 (diff) | |
| download | emacs-8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e.tar.gz emacs-8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-266
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-267
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-268
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-269
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-270
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-271
Rename "field-at-point" to "field-at-pos"
* emacs@sv.gnu.org/emacs--devo--0--patch-272
(comint-insert-input): Remove redundant calls to setq and goto-char
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-556
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/macterm.h b/src/macterm.h index 80276b45102..7406fb2fda6 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -581,10 +581,11 @@ extern void mac_draw_line_to_pixmap P_ ((Display *, Pixmap, GC, int, int, | |||
| 581 | extern void mac_clear_area P_ ((struct frame *, int, int, | 581 | extern void mac_clear_area P_ ((struct frame *, int, int, |
| 582 | unsigned int, unsigned int)); | 582 | unsigned int, unsigned int)); |
| 583 | extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); | 583 | extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); |
| 584 | extern OSStatus mac_set_font_info_for_selection P_ ((struct frame *)); | ||
| 584 | extern OSErr install_window_handler P_ ((WindowPtr)); | 585 | extern OSErr install_window_handler P_ ((WindowPtr)); |
| 585 | extern void remove_window_handler P_ ((WindowPtr)); | 586 | extern void remove_window_handler P_ ((WindowPtr)); |
| 586 | extern Lisp_Object mac_make_lispy_event_code P_ ((int)); | ||
| 587 | extern void do_menu_choice P_ ((SInt32)); | 587 | extern void do_menu_choice P_ ((SInt32)); |
| 588 | extern OSStatus mac_post_mouse_moved_event P_ ((void)); | ||
| 588 | #if USE_CG_DRAWING | 589 | #if USE_CG_DRAWING |
| 589 | extern void mac_prepare_for_quickdraw P_ ((struct frame *)); | 590 | extern void mac_prepare_for_quickdraw P_ ((struct frame *)); |
| 590 | #endif | 591 | #endif |
| @@ -620,12 +621,15 @@ extern void free_frame_menubar P_ ((struct frame *)); | |||
| 620 | /* Defined in mac.c. */ | 621 | /* Defined in mac.c. */ |
| 621 | 622 | ||
| 622 | extern void mac_clear_font_name_table P_ ((void)); | 623 | extern void mac_clear_font_name_table P_ ((void)); |
| 623 | extern Lisp_Object mac_aedesc_to_lisp P_ ((AEDesc *)); | 624 | extern Lisp_Object mac_aedesc_to_lisp P_ ((const AEDesc *)); |
| 624 | #if TARGET_API_MAC_CARBON | 625 | #if TARGET_API_MAC_CARBON |
| 625 | extern OSErr create_apple_event_from_event_ref P_ ((EventRef, UInt32, | 626 | extern OSErr create_apple_event_from_event_ref P_ ((EventRef, UInt32, |
| 626 | EventParamName *, | 627 | EventParamName *, |
| 627 | EventParamType *, | 628 | EventParamType *, |
| 628 | AppleEvent *)); | 629 | AppleEvent *)); |
| 630 | extern OSErr create_apple_event_from_drag_ref P_ ((DragRef, UInt32, | ||
| 631 | FlavorType *, | ||
| 632 | AppleEvent *)); | ||
| 629 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); | 633 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); |
| 630 | extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); | 634 | extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); |
| 631 | extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); | 635 | extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); |