repo.or.cz
/
geda-gaf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
missing NULL terminator in set_config_x
[geda-gaf.git]
/
gschem
/
include
/
gschem_struct.h
blob
8d0c222537de4f8cdec8daf40e0dd2ae45dcd502
1
/*! \brief different kind of snapping mechanisms used in TOPLEVEL */
2
typedef
enum
{
SNAP_OFF
,
SNAP_GRID
,
SNAP_RESNAP
,
SNAP_STATE_COUNT
}
SNAP_STATE
;
3
4
typedef
struct
st_stretch STRETCH
;
5
6
struct
st_stretch
7
{
8
OBJECT
*
object
;
9
int
whichone
;
10
};