X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fsignalstatus.C;h=8e22161869f5a5b910519cb01459ae33da28325b;hb=163923953049a5be18026801eba4fcec8bc87c07;hp=c7f75e0fb87e02381076ccb2997bd2ea6375f131;hpb=235c9cc4df8306babbbfda46189108fe262d44ef;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/signalstatus.C b/cinelerra-5.1/cinelerra/signalstatus.C index c7f75e0f..8e221618 100644 --- a/cinelerra-5.1/cinelerra/signalstatus.C +++ b/cinelerra-5.1/cinelerra/signalstatus.C @@ -1,7 +1,7 @@ #ifdef HAVE_DVB #include "bctitle.h" -#include "colors.h" +#include "bccolors.h" #include "devicedvbinput.h" #include "fonts.h" #include "signalstatus.h" @@ -16,12 +16,12 @@ SignalStatus::SignalStatus(BC_WindowBase *wdw, int x, int y) dvb_input = 0; channel_title = 0; - lck_x = lck_y = 0; - crr_x = crr_y = 0; - pwr_x = pwr_y = 0; - snr_x = snr_y = 0; - ber_x = ber_y = 0; - unc_x = unc_y = 0; + lck_x = lck_y = 0; + crr_x = crr_y = 0; + pwr_x = pwr_y = 0; + snr_x = snr_y = 0; + ber_x = ber_y = 0; + unc_x = unc_y = 0; } SignalStatus::~SignalStatus()