macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
authorSteven Tamm <steventamm@mac.com>
Fri, 7 May 2004 17:46:50 +0000 (17:46 +0000)
committerSteven Tamm <steventamm@mac.com>
Fri, 7 May 2004 17:46:50 +0000 (17:46 +0000)
commit2a316a84d5fdae6c12766c32144c15f45542360b
tree898a5676d68b678c361065c86c76c92c93574e19
parent7daa20fca46a6dbce0cbca0a935a2798e210237e
macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
around call to ReceiveEvent to avoid certain crashes.
(mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
(mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
(mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
Save/restore the current graphics port and device handle when
drawing into an offscreen graphics world.
image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
(gif_load): Likewise.
src/ChangeLog
src/image.c
src/macterm.c