mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
Minor style fix to previous patch.
This commit is contained in:
parent
43a762dae9
commit
2965dfdda3
@ -3198,9 +3198,9 @@ x_set_frame_parameters (struct frame *f, Lisp_Object alist)
|
||||
|
||||
XSETFRAME (frame, f);
|
||||
|
||||
if (((width_change && width != FRAME_TEXT_WIDTH (f))
|
||||
|| (height_change && height != FRAME_TEXT_HEIGHT (f)))
|
||||
|| f->new_height || f->new_width)
|
||||
if ((width_change && width != FRAME_TEXT_WIDTH (f))
|
||||
|| (height_change && height != FRAME_TEXT_HEIGHT (f))
|
||||
|| f->new_height || f->new_width)
|
||||
{
|
||||
/* If necessary provide default values for HEIGHT and WIDTH. Do
|
||||
that here since otherwise a size change implied by an
|
||||
|
Loading…
Reference in New Issue
Block a user