From 8da9f0f034940a3ff3b0256c956a5ce925c192cd Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 15 Feb 2021 19:34:34 +0100 Subject: move thread cancel in new introduced Stop() function (hint by VDR maintainer) --- display.h | 1 + 1 file changed, 1 insertion(+) (limited to 'display.h') diff --git a/display.h b/display.h index 2bb971a..cd4182e 100644 --- a/display.h +++ b/display.h @@ -56,6 +56,7 @@ public: ~cGraphLCDDisplay(void); bool Initialise(GLCD::cDriver * Lcd, const std::string & CfgPath, const std::string & SkinsPath, const std::string & SkinName); + void Stop(void); void Tick(); void Update(); void Clear(); -- cgit v1.2.3