mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-01 18:38:03 -06:00
fix hang on close on linux
This commit is contained in:
parent
934cc3eb9d
commit
b194f01fc8
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
|
||||
nanosvg-ext-depend.patch
|
||||
fix-libs-export.patch
|
||||
fix-linux-clipboard-hang.patch
|
||||
fix-pcre2.patch
|
||||
gtk3-link-libraries.patch
|
||||
sdl2.patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user