summaryrefslogtreecommitdiff
path: root/atari/about.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-26 01:24:49 +0200
committerOle Loots <ole@monochrom.net>2013-10-06 01:24:19 +0200
commit4f45f807f241683480a56a99b558b4b1d0f59332 (patch)
treea0d1f25ff91495e1d0bd34b6b48ec7093555b525 /atari/about.h
parent7f920600416871e24da272e5ce5e59d446a50ba7 (diff)
downloadnetsurf-4f45f807f241683480a56a99b558b4b1d0f59332.tar.gz
netsurf-4f45f807f241683480a56a99b558b4b1d0f59332.tar.bz2
Added about dialog, fixed scrolled treeview redraw.
Diffstat (limited to 'atari/about.h')
-rw-r--r--atari/about.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/atari/about.h b/atari/about.h
new file mode 100644
index 000000000..db18250c5
--- /dev/null
+++ b/atari/about.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2013 Ole Loots <ole@monochrom.net>
+ *
+ * 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_ATARI_ABOUT_H_INCLUDED
+#define NS_ATARI_ABOUT_H_INCLUDED
+
+void atari_about_show(void);
+
+
+#endif // NS_ATARI_ABOUT_H_INCLUDED