~ubuntu-branches/ubuntu/vivid/xmountains/vivid

« back to all changes in this revision

Viewing changes to paint.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2009-08-28 23:44:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828234459-5211154t1zt8u083
Tags: 2.8-1
* New upstream release:
  + All debian/patches merged with upstream
* debian/control:
  + Updated Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: paint.h,v 1.15 2001/03/30 12:12:13 spb Exp $ */
 
1
/* $Id: paint.h,v 1.16 2009/08/28 09:09:17 spb Exp spb $ */
2
2
#ifndef PAINT
3
3
#define PAINT
4
4
 
12
12
  int graph_height;     /* height of display */
13
13
  int graph_width ;     /* width of display */
14
14
 
 
15
  int pixmap_width;     /* width of pixmap buffer */
 
16
 
15
17
  int width;            /* width of terrain strip */
16
18
 
17
19
  float ambient;        /* level of ambient light */