From 4f45f807f241683480a56a99b558b4b1d0f59332 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 26 Sep 2013 01:24:49 +0200 Subject: Added about dialog, fixed scrolled treeview redraw. --- atari/about.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 atari/about.h (limited to 'atari/about.h') 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 + * + * 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 . + */ + +#ifndef NS_ATARI_ABOUT_H_INCLUDED +#define NS_ATARI_ABOUT_H_INCLUDED + +void atari_about_show(void); + + +#endif // NS_ATARI_ABOUT_H_INCLUDED -- cgit v1.2.3