summaryrefslogtreecommitdiff
path: root/monkey/layout.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-24 10:23:51 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-24 10:23:51 +0100
commitae01f3661938b14b44a907113b6b65c0e3d1721d (patch)
tree2a840d3a142e85587ba4f9860c203ad9322c0c84 /monkey/layout.h
parent922faa743b16fcfe661d18be9efcaf329186fbe9 (diff)
downloadnetsurf-ae01f3661938b14b44a907113b6b65c0e3d1721d.tar.gz
netsurf-ae01f3661938b14b44a907113b6b65c0e3d1721d.tar.bz2
update monkey frontend to use layout table
Diffstat (limited to 'monkey/layout.h')
-rw-r--r--monkey/layout.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/monkey/layout.h b/monkey/layout.h
new file mode 100644
index 000000000..1e713c27f
--- /dev/null
+++ b/monkey/layout.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2016 Vincent Sanders <vince@netsurf-browser.org>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef NS_MONKEY_LAYOUT_H
+#define NS_MONKEY_LAYOUT_H
+
+extern struct gui_layout_table *monkey_layout_table;
+
+#endif /* NS_MONKEY_LAYOUT_H */