about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorunknown <marco@win7.(none)>2012-05-31 10:13:09 -0500
committerunknown <marco@win7.(none)>2012-05-31 10:13:09 -0500
commit69f0a9d5489b64a7e8c571e082b2cd09d5097743 (patch)
tree0aa1756e3d6c41ed49308f503842c4018c202996 /xombrero.h
parent492784885de8d34aca0f06061199de4c1cd11e3b (diff)
downloadxombrero-69f0a9d5489b64a7e8c571e082b2cd09d5097743.tar.gz
add an os init function
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index 912b027..8a11040 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -158,6 +158,7 @@ THE SOFTWARE.
 #define XT_D_INSPECTOR		0x8000
 #define XT_D_VISITED		0x10000
 #define XT_D_HISTORY		0x20000
+#define XT_D_MISC		0x40000
 extern uint32_t	swm_debug;
 #else
 #define DPRINTF(x...)
@@ -698,6 +699,7 @@ extern char	*referer_custom;
 extern int	download_notifications;
 
 /* globals */
+extern void		(*os_init)(void);
 extern char		*version;
 extern char		*icons[];
 extern char		rc_fname[PATH_MAX];