summaryrefslogtreecommitdiffstats
path: root/libass/ass_outline.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_outline.h')
-rw-r--r--libass/ass_outline.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libass/ass_outline.h b/libass/ass_outline.h
index 5b4de15..c6989f7 100644
--- a/libass/ass_outline.h
+++ b/libass/ass_outline.h
@@ -37,6 +37,10 @@ typedef struct {
int32_t x_min, y_min, x_max, y_max;
} ASS_Rect;
+typedef struct {
+ double x_min, y_min, x_max, y_max;
+} ASS_DRect;
+
/*
* Outline represented with array of points and array of segments.
* Segment here is spline of order 1 (line), 2 (quadratic) or 3 (cubic).