summaryrefslogtreecommitdiff
path: root/src/dom/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/event.h')
-rw-r--r--src/dom/event.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/dom/event.h b/src/dom/event.h
new file mode 100644
index 0000000..f519f40
--- /dev/null
+++ b/src/dom/event.h
@@ -0,0 +1,19 @@
+/*
+ * This file is part of LibNSLayout
+ * Licensed under the ISC License, http://opensource.org/licenses/ISC
+ * Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
+ */
+
+/** \file src/dom/event.h
+ * Layout object handling
+ */
+
+#ifndef nslayout_dom_event_h_
+#define nslayout_dom_event_h_
+
+#include <libnslayout/nslayout.h>
+
+nslayout_error nsl_dom_event_layout_init(nslayout_layout *layout);
+nslayout_error nsl_dom_event_layout_fini(nslayout_layout *layout);
+
+#endif