From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUIiO-0004w2-Lf for qemu-devel@nongnu.org; Fri, 02 Nov 2012 10:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUIiM-0002oG-3g for qemu-devel@nongnu.org; Fri, 02 Nov 2012 10:59:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUIiL-0002ny-Rk for qemu-devel@nongnu.org; Fri, 02 Nov 2012 10:59:18 -0400 Message-ID: <5093DFC2.4050501@redhat.com> Date: Fri, 02 Nov 2012 15:59:14 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1351868083-26313-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1351868083-26313-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: Update to new DisplayChangeListener member names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On 11/02/12 15:54, Peter Maydell wrote: > Commit a93a4a2 changed the names of some fields in DisplayChangeListener > and broke compilation of the cocoa UI. Update to the new names. > > Signed-off-by: Peter Maydell Acked-by: Gerd Hoffmann cheers, Gerd