From 7149a1e3fc877a8c060cbf07e4325d636cc807ad Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Sun, 21 Dec 2008 16:40:36 -0300 Subject: Patch for CSS stylesheet loading part#2 --- src/bw.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/bw.h') 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; }; -- cgit v1.2.3