summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index ff7742868..b005da848 100644
--- a/content/content.h
+++ b/content/content.h
@@ -85,6 +85,8 @@ union content_msg_data {
struct content *object;
/** Coordinates to plot object at. */
int object_x, object_y;
+ /** Dimensions to plot object with. */
+ int object_width, object_height;
} redraw;
char *auth_realm; /**< Realm, for CONTENT_MSG_AUTH. */
};