* dispnew.c (change_frame_size_1): Take old width of root window
from that window's pixel width. Bug#16284.
+2013-12-30 Martin Rudalics <rudalics@gmx.at>
+
+ * dispnew.c (change_frame_size_1): Take old width of root window
+ from that window's pixel width. Bug#16284.
+
2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
Plain copy-file no longer chmods an existing destination (Bug#16133).
bool pretend, bool delay, bool safe, bool pixelwise)
{
int new_text_width, new_text_height, new_root_width;
- int old_root_width = (FRAME_PIXEL_WIDTH (f)
- - 2 * FRAME_INTERNAL_BORDER_WIDTH (f));
+ int old_root_width = WINDOW_PIXEL_WIDTH (XWINDOW (FRAME_ROOT_WINDOW (f)));
int new_cols, new_lines;
ptrdiff_t count = SPECPDL_INDEX ();