summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-11-27 15:35:18 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-11-27 15:35:18 +0000
commitba23e4b69341e5f3f2dbcd824663e75ebe2a581f (patch)
treed93a5298ee620a916237da4d740cede5034a80c1 /render/html.h
parent8e530e68ae718f8675e7dcd41528d20e54a0d1bb (diff)
downloadnetsurf-ba23e4b69341e5f3f2dbcd824663e75ebe2a581f.tar.gz
netsurf-ba23e4b69341e5f3f2dbcd824663e75ebe2a581f.tar.bz2
Update project URL.
svn path=/trunk/netsurf/; revision=3073
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/render/html.h b/render/html.h
index 4e19364e3..a9fa574d1 100644
--- a/render/html.h
+++ b/render/html.h
@@ -1,5 +1,5 @@
/*
- * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * This file is part of NetSurf, http://netsurf-browser.org/
* Licensed under the GNU General Public License,
* http://www.opensource.org/licenses/gpl-license
* Copyright 2004 James Bursa <bursa@users.sourceforge.net>
@@ -68,20 +68,20 @@ struct content_html_object {
struct content_html_frames {
int cols; /** number of columns in frameset */
int rows; /** number of rows in frameset */
-
+
struct frame_dimension width; /** frame width */
struct frame_dimension height; /** frame width */
int margin_width; /** frame margin width */
int margin_height; /** frame margin height */
-
+
char *name; /** frame name (for targetting) */
char *url; /** frame url */
-
+
bool no_resize; /** frame is not resizable */
frame_scrolling scrolling; /** scrolling characteristics */
bool border; /** frame has a border */
colour border_colour; /** frame border colour */
-
+
struct content_html_frames *children; /** [cols * rows] children */
};
@@ -91,10 +91,10 @@ struct content_html_iframe {
int margin_width; /** frame margin width */
int margin_height; /** frame margin height */
-
+
char *name; /** frame name (for targetting) */
char *url; /** frame url */
-
+
frame_scrolling scrolling; /** scrolling characteristics */
bool border; /** frame has a border */
colour border_colour; /** frame border colour */