1
0
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:
f4exb
2018-03-13 01:39:43 +01:00
parent dc5f1397b6
commit c2544b528e
11 changed files with 216 additions and 53 deletions
+5
View File
@@ -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;