Mercurial > emacs
view src/m/ncr386.h @ 91109:5ed0717083a1
(ftxfont_get_gcs): Renamed from ftxfont_create_gcs.
Argument changed. Cache GCs in the per-frame data.
(struct ftxfont_frame_data): New struct.
(ftxfont_draw_bitmap): New arg gc_fore and flush.
(ftxfont_prepare_face, ftxfont_done_face): Delete them.
(ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in
GCs.
(ftxfont_end_for_frame): New function.
(syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 19 Nov 2007 05:06:09 +0000 |
parents | 68c22ea6027c |
children |
line wrap: on
line source
#include "intel386.h" #ifndef __GNUC__ /* Allow emacs to link with "bcopy()" unresolved. Works around a problem where /usr/lib/libX11.so provides bcopy, but /usr/ccs/lib/libX11.so does not. */ #define LD_SWITCH_X_DEFAULT -Wl,-z,nodefs #else /* __GNUC__ */ /* Assuming we are using GNU ld, pass a -R option to it so that shared libraries will be found at execution time just as they are found at link time. */ #define LD_SWITCH_X_DEFAULT -Xlinker LD_SWITCH_X_SITE_AUX #endif /* __GNUC__ */ /* arch-tag: 79c76283-7d50-499b-b910-8ef980357758 (do not change this comment) */