diff options
| author | Miles Bader | 2008-04-23 05:55:42 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-23 05:55:42 +0000 |
| commit | a113b3ca322fd73d97d0d9d69c9f48dc13fb326a (patch) | |
| tree | 37b3ad22a198a83f68738ef86aec187bb6d926d9 /src/macterm.h | |
| parent | e96a8d6dc0ffc35cf6c02924de2453c69fa8f6fe (diff) | |
| parent | 81fe843b5a3cc7708e0800aeb5bc0dbe448e800a (diff) | |
| download | emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.tar.gz emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/macterm.h b/src/macterm.h index 0a448484873..6a000451785 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -628,9 +628,9 @@ extern void x_destroy_window P_ ((struct frame *)); | |||
| 628 | extern void x_wm_set_size_hint P_ ((struct frame *, long, int)); | 628 | extern void x_wm_set_size_hint P_ ((struct frame *, long, int)); |
| 629 | extern void x_delete_display P_ ((struct x_display_info *)); | 629 | extern void x_delete_display P_ ((struct x_display_info *)); |
| 630 | extern void mac_initialize P_ ((void)); | 630 | extern void mac_initialize P_ ((void)); |
| 631 | extern Pixmap XCreatePixmap P_ ((Display *, WindowRef, unsigned int, | 631 | extern Pixmap XCreatePixmap P_ ((Display *, Window, unsigned int, |
| 632 | unsigned int, unsigned int)); | 632 | unsigned int, unsigned int)); |
| 633 | extern Pixmap XCreatePixmapFromBitmapData P_ ((Display *, WindowRef, char *, | 633 | extern Pixmap XCreatePixmapFromBitmapData P_ ((Display *, Window, char *, |
| 634 | unsigned int, unsigned int, | 634 | unsigned int, unsigned int, |
| 635 | unsigned long, unsigned long, | 635 | unsigned long, unsigned long, |
| 636 | unsigned int)); | 636 | unsigned int)); |
| @@ -673,13 +673,10 @@ extern void mac_clear_font_name_table P_ ((void)); | |||
| 673 | extern Lisp_Object mac_aedesc_to_lisp P_ ((const AEDesc *)); | 673 | extern Lisp_Object mac_aedesc_to_lisp P_ ((const AEDesc *)); |
| 674 | extern OSErr mac_ae_put_lisp P_ ((AEDescList *, UInt32, Lisp_Object)); | 674 | extern OSErr mac_ae_put_lisp P_ ((AEDescList *, UInt32, Lisp_Object)); |
| 675 | #if TARGET_API_MAC_CARBON | 675 | #if TARGET_API_MAC_CARBON |
| 676 | extern OSStatus create_apple_event_from_event_ref P_ ((EventRef, UInt32, | 676 | extern OSErr create_apple_event P_ ((AEEventClass, AEEventID, AppleEvent *)); |
| 677 | const EventParamName *, | 677 | extern Lisp_Object mac_event_parameters_to_lisp P_ ((EventRef, UInt32, |
| 678 | const EventParamType *, | 678 | const EventParamName *, |
| 679 | AppleEvent *)); | 679 | const EventParamType *)); |
| 680 | extern OSErr create_apple_event_from_drag_ref P_ ((DragRef, UInt32, | ||
| 681 | const FlavorType *, | ||
| 682 | AppleEvent *)); | ||
| 683 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); | 680 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); |
| 684 | extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); | 681 | extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); |
| 685 | extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); | 682 | extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); |