mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-12 10:37:02 +00:00
fix hang on close on linux
This commit is contained in:
parent
934cc3eb9d
commit
b194f01fc8
2 changed files with 11 additions and 0 deletions
10
dependencies/vcpkg_overlay_ports/wxwidgets/fix-linux-clipboard-hang.patch
vendored
Normal file
10
dependencies/vcpkg_overlay_ports/wxwidgets/fix-linux-clipboard-hang.patch
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/src/gtk/clipbrd.cpp
|
||||||
|
+++ a/src/gtk/clipbrd.cpp
|
||||||
|
@@ -623,7 +623,6 @@
|
||||||
|
GtkClipboard* clipboard = gtk_clipboard_get(GDK_SELECTION_CLIPBOARD);
|
||||||
|
|
||||||
|
gtk_clipboard_set_can_store(clipboard, nullptr, 0);
|
||||||
|
- gtk_clipboard_store(clipboard);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
@ -9,6 +9,7 @@ vcpkg_from_github(
|
||||||
relocatable-wx-config.patch
|
relocatable-wx-config.patch
|
||||||
nanosvg-ext-depend.patch
|
nanosvg-ext-depend.patch
|
||||||
fix-libs-export.patch
|
fix-libs-export.patch
|
||||||
|
fix-linux-clipboard-hang.patch
|
||||||
fix-pcre2.patch
|
fix-pcre2.patch
|
||||||
gtk3-link-libraries.patch
|
gtk3-link-libraries.patch
|
||||||
sdl2.patch
|
sdl2.patch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue