aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-26 22:05:50 +0000
committerRichard M. Stallman2002-09-26 22:05:50 +0000
commit770136ad900fda98f03a0a01f85da1501a36a1e9 (patch)
tree849695f5ef31705a5ab1c28c6bbd779ed550efaa /src
parent27847466a370ea6102ea3a358d04d38918e9bf27 (diff)
downloademacs-770136ad900fda98f03a0a01f85da1501a36a1e9.tar.gz
emacs-770136ad900fda98f03a0a01f85da1501a36a1e9.zip
Whitespace changes.
Diffstat (limited to 'src')
-rw-r--r--src/macterm.c22
1 files changed, 14 insertions, 8 deletions
diff --git a/src/macterm.c b/src/macterm.c
index b69cdfa6c10..705b3ec537c 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -12154,7 +12154,8 @@ init_required_apple_events ()
12154 12154
12155#if USE_CARBON_EVENTS 12155#if USE_CARBON_EVENTS
12156 12156
12157void init_service_handler() 12157void
12158init_service_handler ()
12158{ 12159{
12159 EventTypeSpec specs[] = {{kEventClassService, kEventServiceGetTypes}, 12160 EventTypeSpec specs[] = {{kEventClassService, kEventServiceGetTypes},
12160 {kEventClassService, kEventServiceCopy}, 12161 {kEventClassService, kEventServiceCopy},
@@ -12166,8 +12167,9 @@ void init_service_handler()
12166/* 12167/*
12167 MAC_TODO: Check to see if this is called by AEProcessDesc... 12168 MAC_TODO: Check to see if this is called by AEProcessDesc...
12168 */ 12169 */
12169OSStatus mac_handle_service_event (EventHandlerCallRef callRef, 12170OSStatus
12170 EventRef event, void *data) 12171mac_handle_service_event (EventHandlerCallRef callRef,
12172 EventRef event, void *data)
12171{ 12173{
12172 OSStatus err = noErr; 12174 OSStatus err = noErr;
12173 switch (GetEventKind (event)) 12175 switch (GetEventKind (event))
@@ -12343,8 +12345,9 @@ descriptor_error_exit:
12343} 12345}
12344 12346
12345 12347
12346static pascal OSErr mac_do_receive_drag (WindowPtr window, void *handlerRefCon, 12348static pascal OSErr
12347 DragReference theDrag) 12349mac_do_receive_drag (WindowPtr window, void *handlerRefCon,
12350 DragReference theDrag)
12348{ 12351{
12349 short items; 12352 short items;
12350 short index; 12353 short index;
@@ -13212,7 +13215,8 @@ NewMacWindow (FRAME_PTR fp)
13212} 13215}
13213 13216
13214 13217
13215void make_mac_frame (struct frame *f) 13218void
13219make_mac_frame (struct frame *f)
13216{ 13220{
13217 FRAME_CAN_HAVE_SCROLL_BARS (f) = 1; 13221 FRAME_CAN_HAVE_SCROLL_BARS (f) = 1;
13218 FRAME_VERTICAL_SCROLL_BAR_TYPE (f) = vertical_scroll_bar_right; 13222 FRAME_VERTICAL_SCROLL_BAR_TYPE (f) = vertical_scroll_bar_right;
@@ -13245,7 +13249,8 @@ void make_mac_frame (struct frame *f)
13245 f->new_height = 0; 13249 f->new_height = 0;
13246} 13250}
13247 13251
13248void make_mac_terminal_frame (struct frame *f) 13252void
13253make_mac_terminal_frame (struct frame *f)
13249{ 13254{
13250 Lisp_Object frame; 13255 Lisp_Object frame;
13251 13256
@@ -13428,7 +13433,8 @@ mac_term_init (display_name, xrm_option, resource_name)
13428} 13433}
13429 13434
13430#ifdef MAC_OSX 13435#ifdef MAC_OSX
13431void MakeMeTheFrontProcess () 13436void
13437MakeMeTheFrontProcess ()
13432{ 13438{
13433 ProcessSerialNumber psn; 13439 ProcessSerialNumber psn;
13434 OSErr err; 13440 OSErr err;