mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
DSD demod: GUI scope simplification (6)
This commit is contained in:
@@ -81,6 +81,11 @@ void TVScreen::resetImage()
|
||||
m_objGLShaderArray.ResetPixels();
|
||||
}
|
||||
|
||||
void TVScreen::resetImage(int alpha)
|
||||
{
|
||||
m_objGLShaderArray.ResetPixels(alpha);
|
||||
}
|
||||
|
||||
void TVScreen::resizeTVScreen(int intCols, int intRows)
|
||||
{
|
||||
m_intAskedCols = intCols;
|
||||
|
||||
Reference in New Issue
Block a user