unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Angelo Graziosi <angelo.graziosi@alice.it>,
	 martin rudalics <rudalics@gmx.at>
Cc: emacs-devel@gnu.org
Subject: Re: Wrong frame with recent trunk [MSYS2-MinGW64]
Date: Thu, 31 Jul 2014 17:02:03 -0700	[thread overview]
Message-ID: <53DAD8FB.7080404@cs.ucla.edu> (raw)
In-Reply-To: <53DAC8E2.8010909@alice.it>

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

Angelo Graziosi wrote:
> Paul, any comment?

Sorry, I had a brain freeze in that patch.  Please try trunk bzr 117617 
or later.

[-- Attachment #2: width.patch --]
[-- Type: text/plain, Size: 540 bytes --]

=== modified file 'src/frame.c'
--- src/frame.c	2014-07-31 13:55:12 +0000
+++ src/frame.c	2014-07-31 23:53:14 +0000
@@ -3198,9 +3198,7 @@ x_set_frame_parameters (struct frame *f,
 
     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 || height_change)
       {
 	/* If necessary provide default values for HEIGHT and WIDTH.  Do
 	   that here since otherwise a size change implied by an


  parent reply	other threads:[~2014-08-01  0:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-23 21:35 Wrong frame with recent trunk [MSYS2-MinGW64] Angelo Graziosi
2014-07-24  5:52 ` Dmitry Antipov
2014-07-24 12:40   ` Angelo Graziosi
2014-07-24 16:22     ` Dmitry Antipov
2014-07-24 16:44       ` Angelo Graziosi
2014-07-27 22:16         ` Angelo Graziosi
2014-07-28  6:00           ` Eli Zaretskii
2014-07-28  6:15             ` Eli Zaretskii
2014-07-28 10:26               ` Angelo Graziosi
2014-07-28 12:22                 ` Eli Zaretskii
2014-07-28 17:26                 ` martin rudalics
2014-07-31 22:53                   ` Angelo Graziosi
2014-07-31 23:05                     ` chad
2014-07-31 23:16                       ` Angelo Graziosi
2014-08-01  0:02                     ` Paul Eggert [this message]
2014-07-28 17:26           ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53DAD8FB.7080404@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).