~kicad-product-committers/kicad/kicad-gal

« back to all changes in this revision

Viewing changes to gal/test/rubberbanding/layer.h

  • Committer: torstenhtr at gmx
  • Date: 2012-08-04 14:55:55 UTC
  • Revision ID: torstenhtr@gmx.de-20120804145555-jbm9k193p1tth439
Cleaned up the files.
Repaired and improved the test examples.
Added the wxDC backend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * This program source code file is part of KICAD, a free EDA CAD application.
3
3
 *
4
 
 * Copyright (C) 2010 Virtenio GmbH, Torsten Hueter, torsten.hueter <at> virtenio.de
5
 
 * Copyright (C) 2007 Kicad Developers, see change_log.txt for contributors.
 
4
 * Copyright (C) 2012 Torsten Hueter, torstenhtr <at> gmx.de
 
5
 * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors.
6
6
 *
7
7
 * Test of the Graphics Abstraction Layer (GAL)
8
8
 * Layer definition
25
25
 * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
26
26
 */
27
27
 
28
 
 
29
28
#ifndef LAYER_H_
30
29
#define LAYER_H_
31
30
 
32
31
#define LAYER_SIGNAL_TOP LAYER_SIGNAL1
33
32
#define LAYER_SIGNAL_BOTTOM LAYER_SIGNAL4
34
33
 
 
34
/// Layer definition
35
35
typedef enum
36
36
{
37
37
    LAYER_MASK_TOP,