summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-02-28 11:49:13 +0000
committerJames Bursa <james@netsurf-browser.org>2003-02-28 11:49:13 +0000
commit817421cb0f87df2ef21dfbad65b84c21da098071 (patch)
tree40edbb8e5ce24448a191655e553dd15fdda50c89 /desktop/browser.h
parent05318b210daaa6d68b74f154fef1dae81503eaa8 (diff)
downloadnetsurf-817421cb0f87df2ef21dfbad65b84c21da098071.tar.gz
netsurf-817421cb0f87df2ef21dfbad65b84c21da098071.tar.bz2
[project @ 2003-02-28 11:49:13 by bursa]
More status messages, bug fixes. svn path=/import/netsurf/; revision=102
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index a1206f7af..00cb937a8 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -1,10 +1,11 @@
/**
- * $Id: browser.h,v 1.8 2003/02/09 19:33:19 bursa Exp $
+ * $Id: browser.h,v 1.9 2003/02/28 11:49:13 bursa Exp $
*/
#ifndef _NETSURF_DESKTOP_BROWSER_H_
#define _NETSURF_DESKTOP_BROWSER_H_
+#include <time.h>
#include "netsurf/content/content.h"
#include "netsurf/desktop/gui.h"
#include "netsurf/render/box.h"
@@ -48,6 +49,7 @@ struct browser_window
struct content* current_content;
struct history* history;
+ clock_t time0;
char* url;