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

« back to all changes in this revision

Viewing changes to src/set.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: set.h,v 1.1 1998/02/19 18:06:34 sync Exp $
 
25
 *  RCS: $Id: set.h,v 1.5 2005/01/03 12:57:00 danmc Exp $
26
26
 */
27
27
 
28
28
/* prototypes for update routines
35
35
 
36
36
void            SetCursorStatusLine(void);
37
37
void            SetStatusLine(void);
38
 
void            SetGrid(int);
39
 
void            SetZoom(int);
40
 
void            SetLineSize(Dimension);
41
 
void            SetViaSize(Dimension, Boolean);
42
 
void            SetViaDrillingHole(Dimension, Boolean);
 
38
void            SetGrid(float, Boolean);
 
39
void            SetZoom(float);
 
40
void            SetLineSize(BDimension);
 
41
void            SetViaSize(BDimension, Boolean);
 
42
void            SetViaDrillingHole(BDimension, Boolean);
 
43
void            SetKeepawayWidth(BDimension);
43
44
void            SetTextScale(Dimension);
44
45
void            SetChangedFlag(Boolean);
45
46
void            UpdateSettingsOnScreen(void);
47
48
void            SetMode(int);
48
49
void            SetCrosshairRangeToBuffer(void);
49
50
void            SetRouteStyle(char *);
 
51
void            SetLocalRef(LocationType, LocationType, Boolean);
 
52
void            RedrawZoom(Position, Position);
 
53
void            SaveMode(void);
 
54
void            RestoreMode(void);
50
55
 
51
56
#endif