summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index ec48f16ff6..6fefae61f3 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -375,7 +375,7 @@ void update_xinerama_info(struct vo *vo) {
XFree(screens);
}
#endif
- aspect_save_screenres(opts->vo_screenwidth, opts->vo_screenheight);
+ aspect_save_screenres(vo, opts->vo_screenwidth, opts->vo_screenheight);
}
int vo_init(struct vo *vo)