tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove g++ 4.1.1 compiler errors
[inkscape.git]
/
src
/
fill-or-stroke.h
1
#ifndef SEEN_FILL_OR_STROKE_H
2
#define SEEN_FILL_OR_STROKE_H
3
4
/** \file Definition of the FillOrStroke enum. */
5
6
/** \post STROKE == 0, FILL != 0. */
7
enum FillOrStroke { STROKE = 0, FILL = 1 };
8
9
#endif /* !SEEN_FILL_OR_STROKE_H */