Include config.h
authorhanda <handa>
Tue, 27 Apr 2004 07:37:48 +0000 (07:37 +0000)
committerhanda <handa>
Tue, 27 Apr 2004 07:37:48 +0000 (07:37 +0000)
commit9f8baef477125229ea01c68878e2557b149f9f7d
treef1a2831379cbdc90dee76a9527d9465cc0d620ab
parentc466263ac1ec2c1fcbd1d9b89b91ff746c472c4b
Include config.h
[HAVE_XFT2]: Include <X11/Xft/Xft.h>.
(GCInfo) [HAVE_XFT2]: New member xft_color_fore, xft_color_back.
(MWDevice) [HAVE_XFT2]: New member xft_draw.
(FRAME_CMAP, FRAME_VISUAL): New macros.
(free_device) [HAVE_XFT2]: Destroy device->xft_draw.
(xfont_driver): Make it static.
(mwin__open_device) [HAVE_XFT2]: Setup device->xft_draw.
(mwin__realize_face) [HAVE_XFT2]: Setup info->xft_color_fore and
info->xft_color_back.
(MXftFontInfo) [HAVE_XFT2]: New type.
(mwin__xft_close) [HAVE_XFT2]: New function.
(mwin__xft_open) [HAVE_XFT2]: New function.
(mwin__xft_get_metric) [HAVE_XFT2]: New function.
(mwin__xft_render) [HAVE_XFT2]: New function.
src/m17n-X.c