fixed xcb patch

epel9
Germano Massullo 4 years ago
parent 52710a37f5
commit b71d2d094e

@ -1,7 +1,7 @@
diff -urNr keepassxc-2.6.4-orig/src/main.cpp keepassxc-2.6.4/src/main.cpp diff -urNr keepassxc-2.6.4-orig/src/main.cpp keepassxc-2.6.4/src/main.cpp
--- keepassxc-2.6.4-orig/src/main.cpp 2021-01-31 22:37:23.000000000 +0100 --- keepassxc-2.6.4-orig/src/main.cpp 2021-01-31 22:37:23.000000000 +0100
+++ keepassxc-2.6.4/src/main.cpp 2021-05-01 13:05:11.068996741 +0200 +++ keepassxc-2.6.4/src/main.cpp 2021-05-01 15:31:13.526285073 +0200
@@ -44,8 +44,25 @@ @@ -44,8 +44,26 @@
#endif #endif
#endif #endif
@ -24,6 +24,7 @@ diff -urNr keepassxc-2.6.4-orig/src/main.cpp keepassxc-2.6.4/src/main.cpp
{ {
+ #ifdef Q_OS_LINUX + #ifdef Q_OS_LINUX
+ wayland_hacks(); + wayland_hacks();
+ #endif
QT_REQUIRE_VERSION(argc, argv, QT_VERSION_STR) QT_REQUIRE_VERSION(argc, argv, QT_VERSION_STR)
#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) #if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)

Loading…
Cancel
Save