aboutsummaryrefslogtreecommitdiffstats
path: root/src/macgui.h
diff options
context:
space:
mode:
authorSteven Tamm2004-10-10 16:56:21 +0000
committerSteven Tamm2004-10-10 16:56:21 +0000
commitc3f4c690b66558c159f98b9ab5d9164c2fa0bfb7 (patch)
tree6fabdcde0d06bb3a2638ea46102c1b4925464a4d /src/macgui.h
parentaf8c54774fa9b48755d28bee1d095e4a7eb83c2f (diff)
downloademacs-c3f4c690b66558c159f98b9ab5d9164c2fa0bfb7.tar.gz
emacs-c3f4c690b66558c159f98b9ab5d9164c2fa0bfb7.zip
macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
(x_lower_frame): Add BLOCK_INPUT around SendBehind (make_mac_frame): Add BLOCK_INPUT around the making of a terminal frame (mac_initialize): Add BLOCK_INPUT around carbon initialization macgui.h (mktime): Use emacs_mktime macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code. Make a cancel file-open dialog be like C-g. mac.c (mktime): Use emacs_mktime (Fdo_applescript): Add BLOCK_INPUT around do_applescript (Fmac_paste_function): Add better error handling for carbon cut/paste
Diffstat (limited to 'src/macgui.h')
-rw-r--r--src/macgui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macgui.h b/src/macgui.h
index 58081df52b4..e5ea665ac15 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -42,6 +42,8 @@ typedef unsigned long Time;
42#undef min 42#undef min
43#undef init_process 43#undef init_process
44#include <Carbon/Carbon.h> 44#include <Carbon/Carbon.h>
45#undef mktime
46#define mktime emacs_mktime
45#undef Z 47#undef Z
46#define Z (current_buffer->text->z) 48#define Z (current_buffer->text->z)
47#undef free 49#undef free