~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to lib/nviz/render.c

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*!
2
 
   \file render.c
 
2
   \file lib/nviz/render.c
3
3
 
4
4
   \brief Nviz library -- GLX context manipulation
5
5
 
6
 
   COPYRIGHT: (C) 2008 by the GRASS Development Team
7
 
 
8
 
   This program is free software under the GNU General Public
9
 
   License (>=v2). Read the file COPYING that comes with GRASS
10
 
   for details.
11
 
 
12
6
   Based on visualization/nviz/src/togl.c
13
 
 
14
 
   \author Updated/modified by Martin Landa <landa.martin gmail.com> (Google SoC 2008)
15
 
 
16
 
   \date 2008
 
7
   
 
8
   (C) 2008, 2010 by the GRASS Development Team
 
9
   This program is free software under the GNU General Public License
 
10
   (>=v2). Read the file COPYING that comes with GRASS for details.
 
11
 
 
12
   \author Updated/modified by Martin Landa <landa.martin gmail.com> (Google SoC 2008/2010)
17
13
 */
18
14
 
19
15
#include <grass/glocale.h>