X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=vignette_effect.h;h=febdc447510f28ba6b1befb715882eacbb69fc1a;hp=d13bf85d01c36b47a47cdd53641efd8f6f5fe6ad;hb=18fdebc534adc6b7a4c36b290b01d598bcb671bc;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/vignette_effect.h b/vignette_effect.h index d13bf85..febdc44 100644 --- a/vignette_effect.h +++ b/vignette_effect.h @@ -1,5 +1,5 @@ -#ifndef _VIGNETTE_EFFECT_H -#define _VIGNETTE_EFFECT_H 1 +#ifndef _MOVIT_VIGNETTE_EFFECT_H +#define _MOVIT_VIGNETTE_EFFECT_H 1 // A circular vignette, falling off as cos² of the distance from the center // (the classic formula for approximating a real lens). @@ -25,4 +25,4 @@ private: float radius, inner_radius; }; -#endif // !defined(_VIGNETTE_EFFECT_H) +#endif // !defined(_MOVIT_VIGNETTE_EFFECT_H)