summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-01 02:12:47 +0100
committerwm4 <wm4@nowhere>2012-11-01 02:12:47 +0100
commit84829a4ea1903e5db5782b72861fabc503a589cb (patch)
tree26b4acbaf6dd4b255278dcc67f28bd83357c3b86 /mpcommon.h
parente45dd051c304dec189d0d4d792a89c2988c3fa71 (diff)
parentf4069259cf7ffd24ac2a5b64e26a386185e94c7b (diff)
downloadmpv-84829a4ea1903e5db5782b72861fabc503a589cb.tar.bz2
mpv-84829a4ea1903e5db5782b72861fabc503a589cb.tar.xz
Merge branch 'osd_changes' into master
Conflicts: DOCS/man/en/options.rst
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpcommon.h b/mpcommon.h
index 674d9b1554..119f11fb3b 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -80,4 +80,9 @@ extern const char *mplayer_version;
char *mp_format_time(double time, bool fractions);
+struct mp_rect {
+ int x0, y0;
+ int x1, y1;
+};
+
#endif /* MPLAYER_MPCOMMON_H */