mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 06:49:41 +03:00
5e1f0332ad
svn path=/trunk/netsurf/; revision=2817
17 lines
448 B
C
17 lines
448 B
C
/*
|
|
* This file is part of NetSurf, http://netsurf.sourceforge.net/
|
|
* Licensed under the GNU General Public License,
|
|
* http://www.opensource.org/licenses/gpl-license
|
|
* Copyright 2005 James Bursa <bursa@users.sourceforge.net>
|
|
*/
|
|
|
|
#include <stdbool.h>
|
|
#include <gtk/gtk.h>
|
|
#include <glade/glade.h>
|
|
|
|
extern bool gui_in_multitask;
|
|
extern GladeXML *gladeWindows;
|
|
extern char *glade_file_location;
|
|
extern char *options_file_location;
|
|
|