summaryrefslogtreecommitdiffstats
path: root/core/mp_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mp_common.h')
-rw-r--r--core/mp_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/mp_common.h b/core/mp_common.h
index 0ee14ab484..6736a08a18 100644
--- a/core/mp_common.h
+++ b/core/mp_common.h
@@ -43,4 +43,7 @@ struct mp_rect {
int x1, y1;
};
+void mp_rect_union(struct mp_rect *rc, const struct mp_rect *src);
+bool mp_rect_intersection(struct mp_rect *rc, const struct mp_rect *rc2);
+
#endif /* MPLAYER_MPCOMMON_H */