summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-09-02 15:52:41 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-09-02 15:52:41 +0000
commit74fa727509874983884a35b44b646be034b1fd69 (patch)
tree1daf083961efd039e318c7a1157b6aa2a83b9d54 /render/box.h
parentb51f807fe326f6d9aec0600cbf526f96db7577d0 (diff)
downloadnetsurf-74fa727509874983884a35b44b646be034b1fd69.tar.gz
netsurf-74fa727509874983884a35b44b646be034b1fd69.tar.bz2
Experimental new frames code.
svn path=/trunk/netsurf/; revision=2906
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index ce439381b..90d011486 100644
--- a/render/box.h
+++ b/render/box.h
@@ -253,6 +253,7 @@ struct object_param {
extern const char *TARGET_SELF;
extern const char *TARGET_PARENT;
extern const char *TARGET_TOP;
+extern const char *TARGET_BLANK;
#define UNKNOWN_WIDTH INT_MAX