mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
Allow renderers to apply size and display changes seamlessly
This commit is contained in:
@@ -26,6 +26,11 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
// SLVideo cannot apply any window changes (nor do we expect any)
|
||||
virtual bool applyWindowChange(int, int, int) override {
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
static void slLogCallback(void* context, ESLVideoLog logLevel, const char* message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user