~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to clutter/clutter-cairo-texture.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-07-18 17:21:49 UTC
  • mfrom: (1.2.1 upstream) (4.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100718172149-j6s9u4chocaoykme
Tags: 1.2.12-1
* New upstream release.
* debian/libclutter-1.0-0.symbols,
  debian/rules:
  - Add a symbols file.
* debian/rules,
  debian/source/format:
  - Switch to source format 3.0 (quilt).
* debian/control.in:
  - Standards-Version is 3.9.0, no changes needed.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 *              Iain Holmes <iain@o-hand.com>
10
10
 *              Neil Roberts <neil@linux.intel.com>
11
11
 *
12
 
 * Copyright (C) 2008  Intel Corporation.
 
12
 * Copyright (C) 2008, 2009, 2010  Intel Corporation.
13
13
 *
14
14
 * This library is free software; you can redistribute it and/or
15
15
 * modify it under the terms of the GNU Lesser General Public
22
22
 * Lesser General Public License for more details.
23
23
 *
24
24
 * You should have received a copy of the GNU Lesser General Public
25
 
 * License along with this library; if not, write to the
26
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
27
 
 * Boston, MA 02111-1307, USA.
 
25
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
28
26
 */
 
27
 
29
28
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
30
29
#error "Only <clutter/clutter.h> can be included directly."
31
30
#endif