--- libvo/w32_common.c 19 Sep 2003 14:33:51 -0000 1.1 +++ libvo/w32_common.c 6 Nov 2003 19:31:48 -0000 @@ -118,8 +118,8 @@ vo_screenwidth = dm.dmPelsWidth; vo_screenheight = dm.dmPelsHeight; aspect_save_screenres(vo_screenwidth, vo_screenheight); - if (vo_fs) - aspect(&vo_dwidth, &vo_dheight, A_ZOOM); + vo_dwidth = vo_screenwidth; + vo_dheight = vo_screenheight; ChangeDisplaySettings(&dm, CDS_FULLSCREEN); } @@ -264,4 +264,5 @@ destroyRenderingContext(); DestroyWindow(vo_hwnd); vo_hwnd = 0; + UnregisterClass(classname, 0); }