~kdub/mir/devel-to-0.1.7

« back to all changes in this revision

Viewing changes to src/shared/testdraw/android_graphics_region_factory.cpp

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2014-02-28 09:36:57 UTC
  • mfrom: (1419.2.4 fix-1283951)
  • Revision ID: tarmac-20140228093657-qyizow2ohw1k6rfx
Fix FTBFS in examples/ when MIR_ENABLE_TESTS=OFF (LP: #1283951). Fixes: https://bugs.launchpad.net/bugs/1283951.

Approved by PS Jenkins bot, Alan Griffiths, Kevin DuBois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Copyright © 2012, 2014 Canonical Ltd.
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify
5
 
 * it under the terms of the GNU General Public License version 3 as
 
5
 * it under the terms of the GNU Lesser General Public License version 3 as
6
6
 * published by the Free Software Foundation.
7
7
 *
8
8
 * This program is distributed in the hope that it will be useful,
9
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
 
 * GNU General Public License for more details.
 
11
 * GNU Lesser General Public License for more details.
12
12
 *
13
 
 * You should have received a copy of the GNU General Public License
 
13
 * You should have received a copy of the GNU Lesser General Public License
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 *
16
16
 * Authored by: Kevin DuBois <kevin.dubois@canonical.com>
17
17
 */
18
18
 
19
 
#include "mir_test/draw/graphics_region_factory.h"
 
19
#include "testdraw/graphics_region_factory.h"
20
20
#include "mir_toolkit/mir_client_library.h"
21
21
#include "mir/graphics/android/native_buffer.h"
22
22
#include "mir_toolkit/common.h"