mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Enable transparent resizing and display changes for supported renderers
This commit is contained in:
@@ -233,6 +233,11 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool notifyWindowChanged(PWINDOW_STATE_CHANGE_INFO) {
|
||||
// Assume the renderer cannot handle window state changes
|
||||
return false;
|
||||
}
|
||||
|
||||
// Allow renderers to expose their type
|
||||
enum class RendererType {
|
||||
Unknown,
|
||||
|
||||
Reference in New Issue
Block a user