]> git.eshelyaron.com Git - emacs.git/commit
Get rid of calls to XRenderQueryExtension after terminal initialization
authorPo Lu <luangruo@yahoo.com>
Thu, 20 Jan 2022 02:48:25 +0000 (10:48 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 20 Jan 2022 02:48:25 +0000 (10:48 +0800)
commit8c184bb166048e9ae65245cab75a4d49642a69fe
tree91a158c4a01223fdbdbb559c8adcab35ba9fd6eb
parentd2a23c7441dda2f0650b78d4bb9e2340a02b66bc
Get rid of calls to XRenderQueryExtension after terminal initialization

* src/image.c (x_create_xrender_picture):
(Fimage_transforms_p): Use `xrender_supported_p'.

* src/xterm.c (x_term_init): Query for XRender support and
extension versions.

* src/xterm.h (struct x_display_info): New fields
`xrender_supported_p', `xrender_major' and `xrender_minor'.
src/image.c
src/xterm.c
src/xterm.h