X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fyuv411%2Fyuv411win.h;h=a08eeffe61544f042795d82e4e9a5acbc878ef89;hb=418e8644335db47143bc421f11be2c2e68901d45;hp=20388fc02ba55078b53615c7edffe8cca6279a8e;hpb=f0dd2b62161b860c0847bb7fe16eb116e247a7e4;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/yuv411/yuv411win.h b/cinelerra-5.1/plugins/yuv411/yuv411win.h index 20388fc0..a08eeffe 100644 --- a/cinelerra-5.1/plugins/yuv411/yuv411win.h +++ b/cinelerra-5.1/plugins/yuv411/yuv411win.h @@ -6,7 +6,7 @@ #include "mutex.h" #include "pluginvclient.h" #include "bctitle.h" -#include "colors.h" +#include "bccolors.h" #include "fonts.h" class yuv411Toggle; @@ -19,12 +19,12 @@ class yuv411Window : public PluginClientWindow public: yuv411Window(yuv411Main *client); ~yuv411Window(); - + void create_objects(); int close_event(); void update_enables(); void show_warning(int warn); - + yuv411Main *client; yuv411Toggle *avg_vertical; yuv411Toggle *int_horizontal;