aboutsummaryrefslogtreecommitdiff
path: root/src/bw.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2008-12-21 16:40:36 -0300
committerJorge Arellano Cid <jcid@dillo.org>2008-12-21 16:40:36 -0300
commit7149a1e3fc877a8c060cbf07e4325d636cc807ad (patch)
treedc2fb3208f9dcaa7bc9939951f48c7fc61890b4a /src/bw.h
parent022e339b4417b119cc75fcb2cef057bfce41f8e8 (diff)
Patch for CSS stylesheet loading part#2
Diffstat (limited to 'src/bw.h')
-rw-r--r--src/bw.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bw.h b/src/bw.h
index 4345bf54..1dcf3a3a 100644
--- a/src/bw.h
+++ b/src/bw.h
@@ -38,6 +38,8 @@ struct _BrowserWindow
int NumImages;
/* Number of images already loaded */
int NumImagesGot;
+ /* Number of not yet arrived style sheets */
+ int NumPendingStyleSheets;
/* List of all Urls requested by this page (and its types) */
Dlist *PageUrls;
@@ -57,8 +59,7 @@ struct _BrowserWindow
* redirection loops (accounts for WEB_RootUrl only) */
int redirect_level;
- /* TODO: maybe this fits better in the linkblock.
- * Although having it here avoids having a signal for handling it. */
+ /* HTML-bugs detected at parse time */
int num_page_bugs;
Dstr *page_bugs;
};