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: CGMainDisplayID undefined Date: Mon, 5 Jul 2004 09:05:42 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089011204 28128 80.91.224.253 (5 Jul 2004 07:06:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2004 07:06:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jul 05 09:06:37 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhNYj-0001YY-00 for ; Mon, 05 Jul 2004 09:06:37 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhNYj-0005Np-00 for ; Mon, 05 Jul 2004 09:06:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhNag-0006a4-8E for emacs-devel@quimby.gnus.org; Mon, 05 Jul 2004 03:08:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BhNaT-0006Zp-Bw for emacs-devel@gnu.org; Mon, 05 Jul 2004 03:08:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BhNaR-0006Zd-P9 for emacs-devel@gnu.org; Mon, 05 Jul 2004 03:08:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhNaR-0006Za-M0 for emacs-devel@gnu.org; Mon, 05 Jul 2004 03:08:23 -0400 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BhNY9-0000qb-TB for emacs-devel@gnu.org; Mon, 05 Jul 2004 03:06:02 -0400 Original-Received: from coolsville.localdomain ([213.115.26.74] [213.115.26.74]) by mxfep02.bredband.com with ESMTP id <20040705070600.SKAH23867.mxfep02.bredband.com@coolsville.localdomain>; Mon, 5 Jul 2004 09:06:00 +0200 In-Reply-To: Original-To: Andreas Schwab X-Mailer: Apple Mail (2.618) 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: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25451 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25451 > It appears that CGMainDisplayID is not available under MacOSX 10.1. > > Andreas. I thought I checked that in the documentation, but obviously not, it clearly states 10.2 or later. I've changed to CGGetActiveDisplayList, which is from 10.0 and later. Unfortunately I haven't any 10.1 around so I can't test it on that version. Jan D.