~ubuntu-branches/ubuntu/precise/clutter-1.0/precise

« back to all changes in this revision

Viewing changes to clutter/clutter-behaviour-path.c

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental) (1.3.1 upstream)
  • 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:
3
3
 *
4
4
 * An OpenGL based 'interactive canvas' library.
5
5
 *
6
 
 * Authored By Matthew Allum  <mallum@openedhand.com>
 
6
 * Authored By:
 
7
 *      Matthew Allum  <mallum@openedhand.com>
 
8
 *      Neil Roberts  <neil@linux.intel.com>
7
9
 *
8
 
 * Copyright (C) 2006 OpenedHand
 
10
 * Copyright (C) 2006, 2007, 2008 OpenedHand Ltd
 
11
 * Copyright (C) 2009, 2010 Intel Corp
9
12
 *
10
13
 * This library is free software; you can redistribute it and/or
11
14
 * modify it under the terms of the GNU Lesser General Public
18
21
 * Lesser General Public License for more details.
19
22
 *
20
23
 * You should have received a copy of the GNU Lesser General Public
21
 
 * License along with this library; if not, write to the
22
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23
 
 * Boston, MA 02111-1307, USA.
 
24
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
24
25
 */
25
26
 
26
27
/**