macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
authorSteven Tamm <steventamm@mac.com>
Sun, 10 Oct 2004 16:56:21 +0000 (16:56 +0000)
committerSteven Tamm <steventamm@mac.com>
Sun, 10 Oct 2004 16:56:21 +0000 (16:56 +0000)
commitc3f4c690b66558c159f98b9ab5d9164c2fa0bfb7
tree6fabdcde0d06bb3a2638ea46102c1b4925464a4d
parentaf8c54774fa9b48755d28bee1d095e4a7eb83c2f
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
src/ChangeLog
src/mac.c
src/macfns.c
src/macgui.h
src/macterm.c