X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect.h;h=91106e03b08927ab3498d784f3611b05e36aafa8;hp=3453c997d82ee2938b987089774b2a5677309bde;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87 diff --git a/glow_effect.h b/glow_effect.h index 3453c99..91106e0 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -1,5 +1,5 @@ -#ifndef _GLOW_EFFECT_H -#define _GLOW_EFFECT_H 1 +#ifndef _MOVIT_GLOW_EFFECT_H +#define _MOVIT_GLOW_EFFECT_H 1 // Glow: Cut out the highlights of the image (everything above a certain threshold), // blur them, and overlay them onto the original image. @@ -55,4 +55,4 @@ private: float cutoff; }; -#endif // !defined(_GLOW_EFFECT_H) +#endif // !defined(_MOVIT_GLOW_EFFECT_H)