Code

Indent support for XSLT extensions output.
[inkscape.git] / src / fill-or-stroke.h
1 /** @file
2  * @brief Definition of the FillOrStroke enum.
3  */
5 #ifndef SEEN_FILL_OR_STROKE_H
6 #define SEEN_FILL_OR_STROKE_H
8 /** \post STROKE == 0, FILL != 0. */
9 enum FillOrStroke { STROKE = 0, FILL = 1 };
11 #endif // !SEEN_FILL_OR_STROKE_H