Merge pull request #1448 from Kingtous/master
fix: linux wayland frame of subwindow exists
This commit is contained in:
commit
e5d331daa4
@ -19,6 +19,8 @@ static void my_application_activate(GApplication* application) {
|
|||||||
MyApplication* self = MY_APPLICATION(application);
|
MyApplication* self = MY_APPLICATION(application);
|
||||||
GtkWindow* window =
|
GtkWindow* window =
|
||||||
GTK_WINDOW(gtk_application_window_new(GTK_APPLICATION(application)));
|
GTK_WINDOW(gtk_application_window_new(GTK_APPLICATION(application)));
|
||||||
|
// we have custom window frame
|
||||||
|
gtk_window_set_decorated(window, FALSE);
|
||||||
|
|
||||||
// Use a header bar when running in GNOME as this is the common style used
|
// Use a header bar when running in GNOME as this is the common style used
|
||||||
// by applications and is the setup most users will be using (e.g. Ubuntu
|
// by applications and is the setup most users will be using (e.g. Ubuntu
|
||||||
|
@ -252,8 +252,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: e0368a023ba195462acc00d33ab361b499f0e413
|
ref: fee851fa43116e0b91c39acd0ec37063dc6015f8
|
||||||
resolved-ref: e0368a023ba195462acc00d33ab361b499f0e413
|
resolved-ref: fee851fa43116e0b91c39acd0ec37063dc6015f8
|
||||||
url: "https://github.com/Kingtous/rustdesk_desktop_multi_window"
|
url: "https://github.com/Kingtous/rustdesk_desktop_multi_window"
|
||||||
source: git
|
source: git
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
|
@ -62,7 +62,7 @@ dependencies:
|
|||||||
desktop_multi_window:
|
desktop_multi_window:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Kingtous/rustdesk_desktop_multi_window
|
url: https://github.com/Kingtous/rustdesk_desktop_multi_window
|
||||||
ref: e0368a023ba195462acc00d33ab361b499f0e413
|
ref: fee851fa43116e0b91c39acd0ec37063dc6015f8
|
||||||
freezed_annotation: ^2.0.3
|
freezed_annotation: ^2.0.3
|
||||||
tray_manager:
|
tray_manager:
|
||||||
git:
|
git:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user