summaryrefslogtreecommitdiff
path: root/src/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layout.h b/src/layout.h
index 9946663..e71d5aa 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -19,6 +19,8 @@ struct nslayout_layout {
css_media_type *media;
nslayout_callback cb;
void *pw;
+
+ dom_event_listener *listener;
};
#endif