2017-08-30 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDRenderer' class in 'lib/rdrenderer.cpp' and
	'lib/rdrenderer.h'.
	* Refactored rdrender(1) to use the 'RDRenderer' class.
This commit is contained in:
Fred Gleason
2017-08-30 13:43:03 -04:00
parent c860c8b90d
commit 8d9a2ecadc
17 changed files with 1368 additions and 445 deletions

View File

@@ -163,6 +163,7 @@ x11 {
SOURCES += rdplay_deck.cpp
SOURCES += rdrecording.cpp
SOURCES += rdrehash.cpp
SOURCES += rdrenderer.cpp
SOURCES += rdsimpleplayer.cpp
SOURCES += rdsound_panel.cpp
SOURCES += rdstatus.cpp
@@ -300,6 +301,7 @@ x11 {
HEADERS += rdplay_deck.h
HEADERS += rdrecording.h
HEADERS += rdrehash.h
HEADERS += rdrenderer.h
HEADERS += rdsimpleplayer.h
HEADERS += rdsound_panel.h
HEADERS += rdstatus.h