Code

moving trunk for module inkscape
[inkscape.git] / src / fill-or-stroke.h
1 #ifndef SEEN_FILL_OR_STROKE_H
2 #define SEEN_FILL_OR_STROKE_H
4 /** \file Definition of the FillOrStroke enum. */
6 /** \post STROKE == 0, FILL != 0. */
7 enum FillOrStroke { STROKE = 0, FILL = 1 };
9 #endif /* !SEEN_FILL_OR_STROKE_H */