Code

Merge from trunk
[inkscape.git] / src / sp-fedistantlight.h
index 32a63f6581da94b64428bd06af7b279a0a3d483d..21edbc56c586365faff1a342dd47fefec891f669 100644 (file)
@@ -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 {