summaryrefslogtreecommitdiff
path: root/desktop/nstheme.h
blob: fab28d3573d9b38b2e83da1e119fdaa17d543a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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