From patchwork Fri Sep 16 08:40:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 4117 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id E90FA23EF9 for ; Fri, 16 Sep 2011 08:40:14 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id D67A5A1805B for ; Fri, 16 Sep 2011 08:40:14 +0000 (UTC) Received: by fxe23 with SMTP id 23so2045917fxe.11 for ; Fri, 16 Sep 2011 01:40:14 -0700 (PDT) Received: by 10.223.33.19 with SMTP id f19mr1040849fad.122.1316162414613; Fri, 16 Sep 2011 01:40:14 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.11.8 with SMTP id m8cs121136lab; Fri, 16 Sep 2011 01:40:14 -0700 (PDT) Received: by 10.216.134.17 with SMTP id r17mr427844wei.28.1316162413910; Fri, 16 Sep 2011 01:40:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id m36si10406462weq.117.2011.09.16.01.40.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Sep 2011 01:40:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1R4Ty1-0002fY-CO for ; Fri, 16 Sep 2011 08:40:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 53018E06D0 for ; Fri, 16 Sep 2011 08:40:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 133 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 133: Android: Fix typo in desktop scene registration statement. Message-Id: <20110916084013.23977.44489.launchpad@ackee.canonical.com> Date: Fri, 16 Sep 2011 08:40:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13955"; Instance="initZopeless config overlay" X-Launchpad-Hash: 312bb6ef5bc852b803500b0c7552fe88a3ca5d20 ------------------------------------------------------------ revno: 133 committer: Alexandros Frantzis branch nick: trunk timestamp: Fri 2011-09-16 11:29:57 +0300 message: Android: Fix typo in desktop scene registration statement. modified: src/android.cpp --- lp:glmark2 https://code.launchpad.net/~glmark2-dev/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription === modified file 'src/android.cpp' --- src/android.cpp 2011-09-12 16:08:24 +0000 +++ src/android.cpp 2011-09-16 08:29:57 +0000 @@ -86,7 +86,7 @@ Benchmark::register_scene(*new SceneBump(*g_canvas)); Benchmark::register_scene(*new SceneEffect2D(*g_canvas)); Benchmark::register_scene(*new ScenePulsar(*g_canvas)); - Benchmark::register_scene(*new SceneDesktop(canvas)); + Benchmark::register_scene(*new SceneDesktop(*g_canvas)); add_default_benchmarks(g_benchmarks);