Merge pull request #1308 from Kingtous/flutter_desktop

fix: multi window linux drag issue
This commit is contained in:
RustDesk 2022-08-19 14:25:32 +08:00 committed by GitHub
commit 123a7aa17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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"
@ -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"

View File

@ -61,12 +61,12 @@ 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:
url: https://github.com/Kingtous/rustdesk_desktop_multi_window
ref: bf670217de03f4866177a9793284f4db99271c51
ref: e8f98ce382e802464947385bed7c1b3eb2497fe1
freezed_annotation: ^2.0.3
tray_manager:
git: