--- x11_common.c~ 2002-09-03 20:10:42.000000000 +0200 +++ x11_common.c 2002-09-17 20:25:46.000000000 +0200 @@ -530,7 +530,7 @@ break; case ConfigureNotify: if (!vo_fs && (Event.xconfigure.width == vo_screenwidth || Event.xconfigure.height == vo_screenheight)) break; - if (vo_fs && Event.xconfigure.width != vo_screenwidth && Event.xconfigure.height != vo_screenheight) break; + // if (vo_fs && Event.xconfigure.width != vo_screenwidth && Event.xconfigure.height != vo_screenheight) break; vo_dwidth=Event.xconfigure.width; vo_dheight=Event.xconfigure.height; #if 0