summaryrefslogtreecommitdiff
path: root/beos/beos_about.h
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-10-17 21:59:44 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-10-17 21:59:44 +0000
commit174a8dcca2cb1a8fdaed09382650836edf0df9a8 (patch)
tree0075b14f531d847cf3b7846a7e1512798748f2bb /beos/beos_about.h
parentf74cd65518bf13e6f8270acd560c64a0038d2f2f (diff)
downloadnetsurf-174a8dcca2cb1a8fdaed09382650836edf0df9a8.tar.gz
netsurf-174a8dcca2cb1a8fdaed09382650836edf0df9a8.tar.bz2
- when replicated, forbid creating windows, even though it initially works it crashes as soon as the menus are used.
- added an about box from the infos in the gtk code, still not perfect. svn path=/trunk/netsurf/; revision=5590
Diffstat (limited to 'beos/beos_about.h')
-rw-r--r--beos/beos_about.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/beos/beos_about.h b/beos/beos_about.h
new file mode 100644
index 000000000..f80d33f01
--- /dev/null
+++ b/beos/beos_about.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2008 François Revol <mmu_man@users.sourceforge.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 __BEOS_ABOUT_H__
+#define __BEOS_ABOUT_H__
+
+void nsbeos_about(struct gui_window *gui);
+
+#endif /* __BEOS_ABOUT_H__ */