diff options
| author | Richard M. Stallman | 2002-09-26 22:05:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-26 22:05:50 +0000 |
| commit | 770136ad900fda98f03a0a01f85da1501a36a1e9 (patch) | |
| tree | 849695f5ef31705a5ab1c28c6bbd779ed550efaa /src | |
| parent | 27847466a370ea6102ea3a358d04d38918e9bf27 (diff) | |
| download | emacs-770136ad900fda98f03a0a01f85da1501a36a1e9.tar.gz emacs-770136ad900fda98f03a0a01f85da1501a36a1e9.zip | |
Whitespace changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.c | 22 |
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 | ||
| 12157 | void init_service_handler() | 12157 | void |
| 12158 | init_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 | */ |
| 12169 | OSStatus mac_handle_service_event (EventHandlerCallRef callRef, | 12170 | OSStatus |
| 12170 | EventRef event, void *data) | 12171 | mac_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 | ||
| 12346 | static pascal OSErr mac_do_receive_drag (WindowPtr window, void *handlerRefCon, | 12348 | static pascal OSErr |
| 12347 | DragReference theDrag) | 12349 | mac_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 | ||
| 13215 | void make_mac_frame (struct frame *f) | 13218 | void |
| 13219 | make_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 | ||
| 13248 | void make_mac_terminal_frame (struct frame *f) | 13252 | void |
| 13253 | make_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 |
| 13431 | void MakeMeTheFrontProcess () | 13436 | void |
| 13437 | MakeMeTheFrontProcess () | ||
| 13432 | { | 13438 | { |
| 13433 | ProcessSerialNumber psn; | 13439 | ProcessSerialNumber psn; |
| 13434 | OSErr err; | 13440 | OSErr err; |