summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4b86347e49..3a5a736ae9 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -1533,12 +1533,12 @@ void vo_x11_fullscreen(void)
vo_old_y = vo_dy;
vo_old_width = vo_dwidth;
vo_old_height = vo_dheight;
+ }
update_xinerama_info();
x = xinerama_x;
y = xinerama_y;
w = vo_screenwidth;
h = vo_screenheight;
- }
}
{
long dummy;