From 9c01870d9bab87163c4cf47dbef1aa88d9c0f993 Mon Sep 17 00:00:00 2001
From: Kingtous <kingtous@qq.com>
Date: Fri, 19 Aug 2022 12:27:29 +0800
Subject: [PATCH 1/2] fix: multi window linux drag issue

Signed-off-by: Kingtous <kingtous@qq.com>
---
 flutter/pubspec.lock | 4 ++--
 flutter/pubspec.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flutter/pubspec.lock b/flutter/pubspec.lock
index c27406913..ff478900e 100644
--- a/flutter/pubspec.lock
+++ b/flutter/pubspec.lock
@@ -252,8 +252,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: bf670217de03f4866177a9793284f4db99271c51
-      resolved-ref: bf670217de03f4866177a9793284f4db99271c51
+      ref: e8f98ce382e802464947385bed7c1b3eb2497fe1
+      resolved-ref: e8f98ce382e802464947385bed7c1b3eb2497fe1
       url: "https://github.com/Kingtous/rustdesk_desktop_multi_window"
     source: git
     version: "0.1.0"
diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml
index f616e887a..1221d73bc 100644
--- a/flutter/pubspec.yaml
+++ b/flutter/pubspec.yaml
@@ -66,7 +66,7 @@ dependencies:
         # path: ../../rustdesk_desktop_multi_window
         git:
             url: https://github.com/Kingtous/rustdesk_desktop_multi_window
-            ref: bf670217de03f4866177a9793284f4db99271c51
+            ref: e8f98ce382e802464947385bed7c1b3eb2497fe1
     freezed_annotation: ^2.0.3
     tray_manager:
         git:

From f4d94498c0c0b0e5e69ae5893b0b6cfe12041786 Mon Sep 17 00:00:00 2001
From: Kingtous <kingtous@qq.com>
Date: Fri, 19 Aug 2022 14:22:48 +0800
Subject: [PATCH 2/2] fix: window manager start drag

Signed-off-by: Kingtous <kingtous@qq.com>
---
 flutter/pubspec.lock | 4 ++--
 flutter/pubspec.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flutter/pubspec.lock b/flutter/pubspec.lock
index ff478900e..0ec3c9523 100644
--- a/flutter/pubspec.lock
+++ b/flutter/pubspec.lock
@@ -1230,8 +1230,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: "028a7f6"
-      resolved-ref: "028a7f63490a1c2aac3318493b3c1ac1a7299912"
+      ref: "75a6c813babca461f359a586785d797f7806e390"
+      resolved-ref: "75a6c813babca461f359a586785d797f7806e390"
       url: "https://github.com/Kingtous/rustdesk_window_manager"
     source: git
     version: "0.2.5"
diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml
index 1221d73bc..ddbbb32b7 100644
--- a/flutter/pubspec.yaml
+++ b/flutter/pubspec.yaml
@@ -61,7 +61,7 @@ dependencies:
     window_manager:
         git:
             url: https://github.com/Kingtous/rustdesk_window_manager
-            ref: 028a7f6
+            ref: 75a6c813babca461f359a586785d797f7806e390
     desktop_multi_window:
         # path: ../../rustdesk_desktop_multi_window
         git: