From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: w32 fullscreen toggling Date: Thu, 15 Oct 2009 23:13:09 +0200 Message-ID: <83bpk8icnu.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1255641132 19680 80.91.229.12 (15 Oct 2009 21:12:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 21:12:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Erik Charlebois Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 23:12:01 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyXc5-0003T2-TV for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 23:11:58 +0200 Original-Received: from localhost ([127.0.0.1]:49439 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyXc5-0003u8-9d for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 17:11:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyXc1-0003tx-IQ for emacs-devel@gnu.org; Thu, 15 Oct 2009 17:11:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyXbw-0003sO-PX for emacs-devel@gnu.org; Thu, 15 Oct 2009 17:11:53 -0400 Original-Received: from [199.232.76.173] (port=52360 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyXbw-0003sK-F1 for emacs-devel@gnu.org; Thu, 15 Oct 2009 17:11:48 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:38784) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyXbw-0004bD-3U for emacs-devel@gnu.org; Thu, 15 Oct 2009 17:11:48 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KRK00500QT6D900@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 15 Oct 2009 23:11:09 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.117.47]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KRK00KAQQUKBPL0@a-mtaout20.012.net.il>; Thu, 15 Oct 2009 23:11:09 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116174 Archived-At: > Date: Thu, 15 Oct 2009 00:04:25 -0700 > From: Erik Charlebois > > +MonitorFromWindow_Proc monitor_from_window_fn = NULL; > GetMonitorInfo_Proc get_monitor_info_fn = NULL; > +EnumDisplayMonitors_Proc enum_display_monitors_fn = NULL; Since these are static variables, I think they need to be re-initialized each time Emacs starts, or else they might have stale values from before Emacs was dumped.