diff options
| author | Steven Tamm | 2004-11-30 05:57:27 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-11-30 05:57:27 +0000 |
| commit | fc7a70ccdaaf3dcd7f027c46fb5a6e0e9458fe91 (patch) | |
| tree | e80b40dc0ebbb644b95ef52bc6b7d3f6ce4f8482 /src/Makefile.in | |
| parent | cdcf58d8eb7602b03aa7530bb533984ee976ac8f (diff) | |
| download | emacs-fc7a70ccdaaf3dcd7f027c46fb5a6e0e9458fe91.tar.gz emacs-fc7a70ccdaaf3dcd7f027c46fb5a6e0e9458fe91.zip | |
* keyboard.c: Don't undef SIGIO
* s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
* Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
(macfns.o): Don't depend on ccl.h.
* macfns.c (mac_frame_parm_handlers): Set handlers for
Qleft_fringe and Qright_fringe.
* macterm.c (mac_fill_rectangle_to_pixmap)
(mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
(mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
Put in #if 0.
(mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
(x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
(XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
(x_draw_glyph_string_background, x_draw_glyph_string_foreground)
[!MAC_OS8]: Added ifdef'd out code for os8. Don't use
XDrawImageString. Always draw background and foreground separately.
(x_draw_image_foreground): Use clipping instead of computing the
intersection rectangle.
(x_draw_image_glyph_string): Don't draw an image with mask to a
pixmap.
(x_redisplay_interface): Set flush_display_optional member to 0.
(XTread_socket): Correctly reset the TEConverter
object.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 3fd63fe5251..aed58290413 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1226,10 +1226,10 @@ abbrev.o buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ | |||
| 1226 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ | 1226 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ |
| 1227 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \ | 1227 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \ |
| 1228 | xterm.o xselect.o sound.o: macgui.h | 1228 | xterm.o xselect.o sound.o: macgui.h |
| 1229 | mac.o: mac.c process.h sysselect.h systime.h $(config_h) | 1229 | mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h $(config_h) |
| 1230 | macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ | 1230 | macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ |
| 1231 | dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ | 1231 | dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ |
| 1232 | atimer.h systime.h epaths.h termhooks.h coding.h ccl.h systime.h $(config_h) | 1232 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) |
| 1233 | macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \ | 1233 | macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \ |
| 1234 | keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h) | 1234 | keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h) |
| 1235 | macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ | 1235 | macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ |