From cb303a7043617a189b1efcac64fb088bcb6f528f Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 11 Oct 2022 14:46:57 +0000 Subject: x11-wm/kwinft: update to 5.26.0 after d06d26f8c45e Changes: https://gitlab.com/kwinft/kwinft/-/releases/kwinft@5.26.0-beta.0 Changes: https://gitlab.com/kwinft/kwinft/-/releases/kwinft@5.26.0 --- x11-wm/kwinft/files/patch-xwl_xwayland.cpp | 34 ------------------------------ 1 file changed, 34 deletions(-) delete mode 100644 x11-wm/kwinft/files/patch-xwl_xwayland.cpp (limited to 'x11-wm/kwinft/files/patch-xwl_xwayland.cpp') diff --git a/x11-wm/kwinft/files/patch-xwl_xwayland.cpp b/x11-wm/kwinft/files/patch-xwl_xwayland.cpp deleted file mode 100644 index 38481a7c9916..000000000000 --- a/x11-wm/kwinft/files/patch-xwl_xwayland.cpp +++ /dev/null @@ -1,34 +0,0 @@ -Revert https://gitlab.com/kwinft/kwinft/-/commit/e22b49694e87 - -xwl/xwayland.cpp:64:5: error: use of undeclared identifier 'close' - close(pipe); - ^ -xwl/xwayland.cpp:79:9: error: use of undeclared identifier 'pipe' - if (pipe(pipeFds) != 0) { - ^ -xwl/xwayland.cpp:88:14: error: use of undeclared identifier 'dup' - int fd = dup(sx[1]); - ^ -xwl/xwayland.cpp:96:9: error: use of undeclared identifier 'close' - close(fd); - ^ -xwl/xwayland.cpp:99:23: error: use of undeclared identifier 'dup' - auto const wlfd = dup(waylandSocket); - ^ -xwl/xwayland.cpp:101:9: error: use of undeclared identifier 'close' - close(fd); - ^ -xwl/xwayland.cpp:153:5: error: use of undeclared identifier 'close' - close(pipeFds[1]); - ^ - ---- xwl/xwayland.cpp.orig 2022-06-14 17:35:07 UTC -+++ xwl/xwayland.cpp -@@ -44,6 +44,7 @@ along with this program. If not, see - #include - #include -+#include - - static void readDisplay(int pipe) - { -- cgit v1.2.3