]> git.eshelyaron.com Git - emacs.git/commit
Make xwidgets work on builds that don't use Cairo drawing
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jan 2022 11:08:41 +0000 (19:08 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jan 2022 11:10:05 +0000 (19:10 +0800)
commit16c785b6212d78c0a79421e249e8036842e39382
tree02fa4c0ca3a85420112cb9e9164805eccce73523
parent7eb53e8a72b0a7ac2ed3ac51902ee410bd7fceb5
Make xwidgets work on builds that don't use Cairo drawing

* configure.ac: Check for the parts of Cairo that are needed for
xwidgets when they are enabled without cairo drawing.

* src/xterm.c:
* src/xwidget.c: Always include cairo-xlib headers when xwidgets
are enabled.
configure.ac
src/xterm.c
src/xwidget.c