]> git.eshelyaron.com Git - emacs.git/commit
Use XRender to composite fringe bitmaps
authorPo Lu <luangruo@yahoo.com>
Sun, 30 Jan 2022 08:02:58 +0000 (16:02 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 30 Jan 2022 08:02:58 +0000 (16:02 +0800)
commit988d3d79bac0343dd2b1b89d1b15470edbb5e6ac
tree409e2712157f77a87e07c75957b4087b10f001f5
parent26a9acc86ae4e646b17570f009dcdf566f75c3de
Use XRender to composite fringe bitmaps

This will allow us to apply transforms such as scaling in the
future.

* src/xterm.c (x_draw_fringe_bitmap): Composite fringe bitmaps
with XRender if available.
src/xterm.c