From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Window manager decorations Date: Sun, 5 Oct 2003 15:47:33 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200310051432.h95EWYmh015715@stubby.bodenonline.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065361931 24587 80.91.224.253 (5 Oct 2003 13:52:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2003 13:52:11 +0000 (UTC) Cc: kazu@iijlab.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Oct 05 15:52:09 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A69Iv-0004hg-00 for ; Sun, 05 Oct 2003 15:52:09 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A69Iv-0002Fo-00 for ; Sun, 05 Oct 2003 15:52:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A69GS-00073s-S0 for emacs-devel@quimby.gnus.org; Sun, 05 Oct 2003 09:49:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A69Fo-0006za-DU for emacs-devel@gnu.org; Sun, 05 Oct 2003 09:48:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A69FI-0006Xt-7b for emacs-devel@gnu.org; Sun, 05 Oct 2003 09:48:55 -0400 Original-Received: from [193.201.16.94] (helo=stubby.bodenonline.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A69FG-0006SW-BK; Sun, 05 Oct 2003 09:48:23 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id h95EWYmh015715; Sun, 5 Oct 2003 16:32:34 +0200 In-Reply-To: "from Jason Rumney at Oct 5, 2003 12:21:03 pm" Original-To: Jason Rumney X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16945 > "Jan D." writes: > > > As I see it w32 also uses the FULLSCREEN_MOVE_WAIT emum value. But > > is it really needed? Is x_check_fullscreen_move needed at all on > > w32? > > I don't think so. That code was blindly copied from xterm.c. > > > This will break w32 build, so I'd like to know how to fix it again > > (remove x_check_fullscreen_move or keep the renamed name in the > > generic frame structure). BTW, I do not have the capability to > > build on w32. > > I suggest removing the function and its callers from w32term.c. > If there is any need for a function like this on Windows, then we can > add it back, but it is likely to look different than the X version > anyway. Okay, I did that. Jan D.