diff options
Diffstat (limited to 'src/sp-fedistantlight.h')
| -rw-r--r-- | src/sp-fedistantlight.h | 4 |
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 { |
