From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Resizing frames and windows pixelwise Date: Fri, 20 Dec 2013 11:59:15 +0100 Message-ID: <52B42303.3000404@gmx.at> References: <52971E18.2060307@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1387537175 4323 80.91.229.3 (20 Dec 2013 10:59:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2013 10:59:35 +0000 (UTC) Cc: emacs-devel To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 20 11:59:41 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vtxnv-0005dI-UX for ged-emacs-devel@m.gmane.org; Fri, 20 Dec 2013 11:59:40 +0100 Original-Received: from localhost ([::1]:48854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtxnv-0000zV-I6 for ged-emacs-devel@m.gmane.org; Fri, 20 Dec 2013 05:59:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtxnm-0000pU-1V for emacs-devel@gnu.org; Fri, 20 Dec 2013 05:59:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vtxne-0005Xo-OC for emacs-devel@gnu.org; Fri, 20 Dec 2013 05:59:29 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:50711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtxne-0005Xh-EP for emacs-devel@gnu.org; Fri, 20 Dec 2013 05:59:22 -0500 Original-Received: from [62.47.51.74] ([62.47.51.74]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MLelb-1VumkM0bYp-000sXq for ; Fri, 20 Dec 2013 11:59:21 +0100 In-Reply-To: X-Provags-ID: V03:K0:XvR+QsdJegj2IiYWJiD4t4/HqCpJBKdIa4gKpM805qWCvw+Tqbj wvovLRWJqr/K78Es9MH/DhOzjCHIdak1TV3gKhVgZMxmYX0p+wZkdCjXuXHhrgHCyL6yAaY +KHy4ebY/a2gAQW4pVL+MS0c7YDKgFROQo5AiATEcrsNY4OWjNENUV6Wb8VfoqJsPjMwBOZ JfTMTLR0Z6xsrrp+fmZLA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166654 Archived-At: > I removed code for fringe background extension on X11 at revno: > 115343. I could also make similar changes at least on W32, but I > think it would be better to do so after changing some (actually, most > of) members in `struct scroll_bar' from Lisp_Object to non-Lisp_Object > in order to leave at least one non-Lisp_Object member for the use of > ALLOCATE_PSEUDOVECTOR (currently, `fringe_extended_p' is the only > non-Lisp_Object member). Does anyone having access to W32 systems > want to make such a change? I've done that now. > Also, I guess the `w32_widget_low/high' > members are unused. I think so too. If nobody objects I'll remove them. What about nsterm.m? martin