mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
Enable transparent resizing and display changes for supported renderers
This commit is contained in:
@@ -29,6 +29,11 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
// Window state changes are not supported by SLVideo
|
||||
virtual bool notifyWindowChanged(PWINDOW_STATE_CHANGE_INFO) {
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
static void slLogCallback(void* context, ESLVideoLog logLevel, const char* message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user