Mercurial > emacs
diff src/macfns.c @ 58634:95d38c47c806
* 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.
| author | Steven Tamm <steventamm@mac.com> |
|---|---|
| date | Tue, 30 Nov 2004 05:57:27 +0000 |
| parents | c955f6add62a |
| children | 4ad0594e1ac4 |
line wrap: on
line diff
--- a/src/macfns.c Tue Nov 30 00:31:38 2004 +0000 +++ b/src/macfns.c Tue Nov 30 05:57:27 2004 +0000 @@ -4415,8 +4415,8 @@ 0, /* MAC_TODO: x_set_scroll_bar_background, */ x_set_screen_gamma, x_set_line_spacing, - 0, /* MAC_TODO: x_set_fringe_width, */ - 0, /* MAC_TODO: x_set_fringe_width, */ + x_set_fringe_width, + x_set_fringe_width, 0, /* x_set_wait_for_wm, */ 0, /* MAC_TODO: x_set_fullscreen, */ };
