diff options
Diffstat (limited to 'mpcommon.h')
-rw-r--r-- | mpcommon.h | 5 |
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 */ |