]> git.eshelyaron.com Git - emacs.git/commit
Check for WebKit xwidgets inside all xwidget-webkit functions
authorPo Lu <luangruo@yahoo.com>
Fri, 12 Nov 2021 02:36:57 +0000 (10:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 12 Nov 2021 02:40:03 +0000 (10:40 +0800)
commit372824a8bf303421eaeff5b1cb8c289a3efa86b3
tree9a91ea5f2c0a0820ab73788f0bc2454a4b277291
parent71bf21f58b0579984d4420a6338dcf3508b26510
Check for WebKit xwidgets inside all xwidget-webkit functions

This is done in preparation for the introduction of other
xwidgets, such as media xwidgets, even though there are
only WebKit widgets at present.

* src/xwidget.c (CHECK_WEBKIT_XWIDGET): New macro.
(WEBKIT_FN_INIT): Use CHECK_WEBKIT_XWIDGET.

(Fxwidget_webkit_search, Fxwidget_webkit_next_result)
(Fxwidget_webkit_previous_result)
(Fxwidget_webkit_finish_search)
(Fxwidget_webkit_load_html): Check that xwidget is a WebKit
widget.
src/xwidget.c