~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to src/data.h

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-02-20 13:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050220131400-pfz66g5vhx0azl8f
Tags: 1.99j+20050127-2
* Improved package description: (closes: #295405)
* Fixed dependency: tk84 -> tk8.4 (closes: #295404)
* Updated README.debian (closes: #269578)
* Applied patch to src/djopt.c to allow compilation with gcc-4.0
  (closes: #294319), thanks to Andreas Jochens for the patch.
* Prevent example files from being compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 *  Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
23
23
 *  Thomas.Nau@rz.uni-ulm.de
24
24
 *
25
 
 *  RCS: $Id: data.h,v 1.6 1998/02/24 22:54:47 cad Exp $
 
25
 *  RCS: $Id: data.h,v 1.5 2005/01/03 12:56:59 danmc Exp $
26
26
 */
27
27
 
28
28
/* common identifiers
54
54
extern  LibraryType     Library;
55
55
extern  DeviceInfoType  PrintingDevice[];
56
56
extern  Pixmap          *Stipples, XC_clock_source, XC_clock_mask;
57
 
extern  int             ShiftKeyIndex;
58
 
extern  char            ShiftKeyMask;
 
57
extern  Pixmap          XC_hand_source, XC_hand_mask;
 
58
extern  Pixmap          XC_lock_source, XC_lock_mask;
59
59
extern  int             addedLines;
60
60
extern  Region          UpRegion;
61
61
extern  Region          FullRegion;
62
62
extern  Boolean         Bumped;
63
63
extern  Window          LogWindID;
64
 
extern  Position        Xorig, Yorig;
 
64
extern  LocationType    Xorig, Yorig;
65
65
extern  Boolean         render;
66
 
extern  Position        vxl, vxh, vyl, vyh;
 
66
extern  LocationType    vxl, vxh, vyl, vyh;
 
67
extern  BoxType         theScreen, clipBox;
 
68
extern  float           Zoom_Multiplier;
67
69
#endif