summaryrefslogtreecommitdiffstats
path: root/src/sp-fedistantlight.h
diff options
context:
space:
mode:
authorJean-Ren?? Reinhard <jrreinhard@users.sourceforge.net>2007-07-26 19:05:15 +0000
committerjrreinhard <jrreinhard@users.sourceforge.net>2007-07-26 19:05:15 +0000
commit55276d8efe0b8ae9062d7a35754e5836679ec306 (patch)
tree0b4e3673453d2f955db4af836db30d5e58358c98 /src/sp-fedistantlight.h
parentAdded support for feMerge filter priitive (diff)
downloadinkscape-55276d8efe0b8ae9062d7a35754e5836679ec306.tar.gz
inkscape-55276d8efe0b8ae9062d7a35754e5836679ec306.zip
Improved svg input and output for lighting effects and lights
(bzr r3309)
Diffstat (limited to 'src/sp-fedistantlight.h')
-rw-r--r--src/sp-fedistantlight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-fedistantlight.h b/src/sp-fedistantlight.h
index 32a63f658..21edbc56c 100644
--- a/src/sp-fedistantlight.h
+++ b/src/sp-fedistantlight.h
@@ -33,10 +33,10 @@ struct SPFeDistantLight : public SPObject {
/** azimuth attribute */
gfloat azimuth;
+ guint azimuth_set : 1;
/** elevation attribute */
gfloat elevation;
-
- //other fields
+ guint elevation_set : 1;
};
struct SPFeDistantLightClass {