=== modified file 'src/w32term.c' --- src/w32term.c 2013-12-07 17:48:52 +0000 +++ src/w32term.c 2013-12-10 14:52:22 +0000 @@ -5726,7 +5726,7 @@ SWP_NOZORDER | SWP_NOMOVE | SWP_NOACTIVATE); } -#if 0 +/** #if 0 **/ /* The following mirrors what is done in xterm.c. It appears to be for informing lisp of the new size immediately, while the actual resize will happen asynchronously. But on Windows, the menu bar @@ -5754,7 +5754,7 @@ We pass 1 for DELAY since we can't run Lisp code inside of a BLOCK_INPUT. */ - change_frame_size (f, width, height, 0, 1, 0, 0); + change_frame_size (f, width, height, 0, 1, 0, pixelwise); FRAME_PIXEL_WIDTH (f) = pixelwidth; FRAME_PIXEL_HEIGHT (f) = pixelheight; @@ -5772,7 +5772,7 @@ Actually checking whether it is outside is a pain in the neck, so don't try--just let the highlighting be done afresh with new size. */ cancel_mouse_face (f); -#endif +/** #endif **/ unblock_input (); }