Mercurial > emacs
changeset 47635:b8d711da249c
Whitespace changes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Sep 2002 22:05:50 +0000 |
parents | fb65015ecfce |
children | 1422050ca14f |
files | src/macterm.c |
diffstat | 1 files changed, 8 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macterm.c Thu Sep 26 22:04:40 2002 +0000 +++ b/src/macterm.c Thu Sep 26 22:05:50 2002 +0000 @@ -12154,7 +12154,8 @@ #if USE_CARBON_EVENTS -void init_service_handler() +void +init_service_handler () { EventTypeSpec specs[] = {{kEventClassService, kEventServiceGetTypes}, {kEventClassService, kEventServiceCopy}, @@ -12166,8 +12167,9 @@ /* MAC_TODO: Check to see if this is called by AEProcessDesc... */ -OSStatus mac_handle_service_event (EventHandlerCallRef callRef, - EventRef event, void *data) +OSStatus +mac_handle_service_event (EventHandlerCallRef callRef, + EventRef event, void *data) { OSStatus err = noErr; switch (GetEventKind (event)) @@ -12343,8 +12345,9 @@ } -static pascal OSErr mac_do_receive_drag (WindowPtr window, void *handlerRefCon, - DragReference theDrag) +static pascal OSErr +mac_do_receive_drag (WindowPtr window, void *handlerRefCon, + DragReference theDrag) { short items; short index;