Code

revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in item_rende...
[inkscape.git] / src / display / nr-light-types.h
1 #ifndef __NR_LIGHT_TYPES_H__
2 #define __NR_LIGHT_TYPES_H__
4 namespace NR {
6 enum LightType{
7     NO_LIGHT = 0,
8     DISTANT_LIGHT,
9     POINT_LIGHT,
10     SPOT_LIGHT
11 };
13 } /* namespace NR */
15 #endif // __NR_LIGHT_TYPES_H__
16 /*
17   Local Variables:
18   mode:c++
19   c-file-style:"stroustrup"
20   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
21   indent-tabs-mode:nil
22   fill-column:99
23   End:
24 */
25 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :