]> git.sesse.net Git - movit/blobdiff - effect_id.h
Add a diffusion effect, and hook it up in the GUI.
[movit] / effect_id.h
index bed27f5e8b265b921c349db2051cf3baa563fd1d..545a7be3043f61e26789096448f2b88c0e94497e 100644 (file)
@@ -16,6 +16,7 @@ enum EffectId {
        EFFECT_MIRROR,
        EFFECT_VIGNETTE,
        EFFECT_BLUR,
+       EFFECT_DIFFUSION,
 };
 
 #endif // !defined(_EFFECT_ID_H)