diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-10-11 14:46:57 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-02-07 22:39:16 +0000 |
commit | cb303a7043617a189b1efcac64fb088bcb6f528f (patch) | |
tree | a4834a998085cd579bcff9ddc78d38ca55b0a333 /x11-wm/kwinft/files/patch-xwl_xwayland.cpp | |
parent | x11/kdisplay: update to 5.26.0 after d06d26f8c45e (diff) |
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
Diffstat (limited to 'x11-wm/kwinft/files/patch-xwl_xwayland.cpp')
-rw-r--r-- | x11-wm/kwinft/files/patch-xwl_xwayland.cpp | 34 |
1 files changed, 0 insertions, 34 deletions
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 <http://www.gnu. - #include <compositor.h> - #include <iostream> - #include <sys/socket.h> -+#include <unistd.h> - - static void readDisplay(int pipe) - { |