summaryrefslogtreecommitdiff
path: root/desktop/nstheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/nstheme.h')
-rw-r--r--desktop/nstheme.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/nstheme.h b/desktop/nstheme.h
new file mode 100644
index 0000000..fab28d3
--- /dev/null
+++ b/desktop/nstheme.h
@@ -0,0 +1,16 @@
+/*
+ * 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 2004 Richard Wilson <not_ginger_matt@users.sourceforge.net>
+ */
+
+#ifndef _NSTHEME_DESKTOP_NSTHEME_H_
+#define _NSTHEME_DESKTOP_NSTHEME_H_
+
+#include <stdbool.h>
+
+extern bool application_quit;
+
+#endif
+