From 1f2942faaf00b22b58747d51c7b186a65f041606 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 5 Feb 2017 13:01:21 +0000 Subject: dom watcher: Turn the dom watcher into an opaque object. --- src/layout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layout.h') diff --git a/src/layout.h b/src/layout.h index 3549174..3bc9a30 100644 --- a/src/layout.h +++ b/src/layout.h @@ -17,13 +17,13 @@ * The layout object for a DOM document */ struct nslayout_layout { - dom_document *doc; + dom_document *document; css_select_ctx *css_ctx; css_media_type *media; nslayout_callback cb; void *pw; - dom_event_listener *listener; + struct nsl_dom_watcher *watcher; }; #endif -- cgit v1.2.3