comparison src/macgui.h @ 57425:0867872551d9

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
author Steven Tamm <steventamm@mac.com>
date Sun, 10 Oct 2004 16:56:21 +0000
parents f1d6a507dcfd
children 9bde7721ad0f ff0e824afa37
comparison
equal deleted inserted replaced
57424:b1ed4b950258 57425:0867872551d9
40 precompiled header Carbon.h. */ 40 precompiled header Carbon.h. */
41 #undef max 41 #undef max
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
48 #define free unexec_free 50 #define free unexec_free
49 #undef malloc 51 #undef malloc