~oem-solutions-group/unity-2d/clutter-1.0

« 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-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

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