summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 9d2daaba35..1db075b366 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -396,8 +396,8 @@ void update_xinerama_info(void) {
XFree(screens);
}
- aspect_save_screenres(vo_screenwidth, vo_screenheight);
#endif
+ aspect_save_screenres(vo_screenwidth, vo_screenheight);
}
int vo_init(void)